]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blob - manifest.json
1929cd9eef509d3acef174a861fc5411d0ecba14
[chrome-ext/clearhistory-advance-fork.git] / manifest.json
1 {
2 "name": "__MSG_name__",
3 "default_locale": "en",
4 "manifest_version": 2,
5 "minimum_chrome_version": "28",
6 "version": "1.5.6",
7 "description": "__MSG_description__",
8 "permissions": [
9 "alarms",
10 "history",
11 "cookies",
12 "downloads",
13 "notifications",
14 "storage",
15 "http://*/*",
16 "https://*/*"
17 ],
18 "background": {
19 "persistent": false,
20 "page": "views/background.html"
21 },
22 "options_page": "views/options.html",
23 "browser_action": {
24 "default_icon": "images/icon32.png",
25 "default_title": "__MSG_title__",
26 "default_popup": "views/popup.html"
27 },
28 "icons": {
29 "16": "images/icon16.png",
30 "32": "images/icon32.png",
31 "48": "images/icon48.png",
32 "128": "images/icon128.png"
33 }
34 }