-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathproduction_manifest.json
39 lines (39 loc) · 1.01 KB
/
production_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
{
"name": "Rainforest Tester Notifier",
"version": "2.2.0",
"manifest_version": 2,
"description": "Notifies Rainforest Testers when there is new work to be done.",
"homepage_url": "https://portal.rainforestqa.com",
"icons": {
"16": "icons/icon16.png",
"19": "icons/icon19.png",
"38": "icons/icon38.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"page": "index_prod.html",
"persistent": true
},
"options_ui": {
"page": "options_prod.html",
"chrome_style": true
},
"browser_action": {
"default_icon": "icons/icon19_grey.png"
},
"externally_connectable": {
"matches": [
"https://*.rainforestqa.com/*"
]
},
"permissions": [
"idle",
"notifications",
"storage",
"contextMenus",
"*://*.getsentry.com/*",
"*://*.rainforestqa.com/*"
],
"content_security_policy": "script-src 'self' https://static.rainforestqa.com https://schrute.rainforestqa.com https://cdnjs.cloudflare.com; object-src 'self'"
}