-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
52 lines (52 loc) · 1.06 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "Synergy Addons",
"version": "3.0.1",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https://wa-bsd405-psv.edupoint.com/*"
],
"js": [
"content.js",
"studentid.js",
"dark.js",
"calender.js",
"greeting.js",
"a.js",
"messages.js",
"assessments.js",
"login.js"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/logo/16x16icon.png",
"24": "images/logo/24x24icon.png",
"32": "images/logo/32x32icon.png",
"48": "images/logo/32x32icon.png",
"64": "images/logo/64x64icon.png",
"128": "images/logo/128x128icon.png"
}
},
"permissions": [
"activeTab",
"declarativeContent",
"storage",
"tabs"
],
"description": "Lots of modifications to Synergy StudentVUE!",
"manifest_version": 2,
"applications": {
"gecko": {
"id": "contact@synergyaddons.kd7t.com"
}
}
}