]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blame - manifest.json
convert JS to ES6 modules
[chrome-ext/clearhistory-advance-fork.git] / manifest.json
CommitLineData
a5409a6b
MF
1{
2 "name": "__MSG_name__",
3 "default_locale": "en",
4 "manifest_version": 2,
614dea95 5 "minimum_chrome_version": "28",
57ad75ee 6 "version": "1.5.6",
a5409a6b
MF
7 "description": "__MSG_description__",
8 "permissions": [
6565d921 9 "alarms",
a5409a6b
MF
10 "history",
11 "cookies",
c8fabbc8 12 "downloads",
a5409a6b 13 "notifications",
03eef92c 14 "storage",
a5409a6b
MF
15 "http://*/*",
16 "https://*/*"
17 ],
18 "background": {
e70bcd55 19 "persistent": false,
c930a5d6 20 "page": "views/background.html"
a5409a6b
MF
21 },
22 "options_page": "views/options.html",
23 "browser_action": {
24 "default_icon": "images/icon32.png",
25 "default_title": "__MSG_title__"
26 },
27 "icons": {
28 "16": "images/icon16.png",
29 "32": "images/icon32.png",
30 "48": "images/icon48.png",
31 "128": "images/icon128.png"
0175ee36 32 }
a5409a6b 33}