forked from hsbakshi/reddit-check
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
38 lines (38 loc) · 1.04 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
{
"manifest_version": 2,
"background": {
"page":"background.html",
"persistent": true
},
"browser_action": {
"default_icon": { "19": "images/thredd19.png", "38": "images/thredd38.png" },
"default_title": "Thredd"
},
"description": "Learn from people while you surf the web!",
"options_page": "options.html",
"icons": {
"19": "images/thredd19.png",
"32": "images/thredd32.png",
"38": "images/thredd38.png",
"48": "images/thredd48.png",
"64": "images/thredd64.png",
"128": "images/thredd128.png"
},
"name": "Thredd - Useful Advice from Reddit",
"short_name": "Thredd",
"permissions": [
"identity",
"contextMenus",
"notifications",
"tabs",
"*://*/*",
"storage"],
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "3.0.8",
"web_accessible_resources": [
"comment.html",
"options.html",
"popup.html",
"images/thredd256.png"
]
}