]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blame - manifest.json
popup: move prompt from background page to popup page
[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",
a3c71eeb
MF
25 "default_title": "__MSG_title__",
26 "default_popup": "views/popup.html"
a5409a6b
MF
27 },
28 "icons": {
29 "16": "images/icon16.png",
30 "32": "images/icon32.png",
31 "48": "images/icon48.png",
32 "128": "images/icon128.png"
0175ee36 33 }
a5409a6b 34}