-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmanifest.json
30 lines (30 loc) · 941 Bytes
/
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
{
"background": {
"scripts": [ "js/background.js" ]
},
"content_scripts": [ {
"all_frames": true,
"js": [ "js/jquery.js", "js/keypress-2.1.4.min.js", "js/dp.js" ],
"matches": [ "http://*/*", "https://*/*" ],
"run_at": "document_start"
} ],
"default_locale": "en",
"description": "Discreetly surf the web! Control exactly how you want web pages to look like.",
"icons": {
"128": "img/icon128.png",
"16": "img/icon16.png",
"24": "img/icon24.png",
"32": "img/icon32.png",
"48": "img/icon48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "6",
"name": "Decreased Productivity",
"options_page": "options.html",
"page_action": {
"default_icon": "img/addressicon/coffee.png",
"default_title": "Decreased Productivity"
},
"permissions": [ "http://*/*", "https://*/*", "contextMenus", "tabs" ],
"version": "0.46.56.12"
}