-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (34 loc) · 759 Bytes
/
Copy pathmanifest.json
File metadata and controls
36 lines (34 loc) · 759 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
{
"manifest_version": 2,
"name": "ABC Stumble",
"short_name": "ABC Stumble",
"version": "1.1.0",
"description": "Loads latest ABC News",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/abc-48.png",
"128": "icons/icon-128.png"
},
"browser_action": {
"default_icon": "icons/abc.png",
"default_title": "ABC Stumble!"
},
"background": {
"scripts": ["browser-polyfill.js", "dist/background.js"]
},
"permissions": [
"alarms",
"storage",
"https://www.abc.net.au/news/feed/51120/rss.xml"
],
"options_ui": {
"page": "options.html",
"browser_style": false
},
"applications": {
"gecko": {
"id": "{522a51c4-270c-49fd-bfcf-b3a012f80aa3}"
}
}
}