-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
38 lines (31 loc) · 915 Bytes
/
manifest.json
File metadata and controls
38 lines (31 loc) · 915 Bytes
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
{
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_whdnotifier_name__",
"description": "__MSG_whdnotifier_description__",
"version": "1.6",
"permissions": [ "tabs", "http://*/", "https://*/", "notifications" ],
"icons": {
"128": "icon_128.png"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_title": "",
"default_popup": "popup.html"
},
"options_page": "options.html",
"content_scripts": [
{
"matches": ["http://*/helpdesk/WebObjects/Helpdesk.woa", "https://*/helpdesk/WebObjects/Helpdesk.woa",
"http://*/helpdesk/WebObjects/Helpdesk", "https://*/helpdesk/WebObjects/Helpdesk"],
"js": ["autoLogin.js"]
}
],
"web_accessible_resources": [
"autoLogin.js",
"autoLogin2.js",
"icon_128.png"
]
}