-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathstaging_manifest.json
41 lines (41 loc) · 1.05 KB
/
staging_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
{
"name": "Rainforest Tester Notifier [STG]",
"version": "2.2.0",
"manifest_version": 2,
"description": "Notifies Rainforest Testers when there is new work to be done.",
"homepage_url": "https://portal.rnfrst.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_staging.html",
"persistent": true
},
"options_ui": {
"page": "options_staging.html",
"chrome_style": true
},
"browser_action": {
"default_icon": "icons/icon19_grey.png"
},
"externally_connectable": {
"matches": [
"https://*.rnfrst.com/*",
"https://*.rnfrstqa.com/*"
]
},
"permissions": [
"idle",
"notifications",
"storage",
"contextMenus",
"*://*.getsentry.com/*",
"*://*.rnfrst.com/*",
"*://*.rnfrstqa.com/*"
],
"content_security_policy": "script-src 'self' https://static.rnfrst.com https://schrute.rnfrst.com https://cdnjs.cloudflare.com; object-src 'self'"
}