]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - manifest.json
drop tabs permission
[chrome-ext/clearhistory-advance-fork.git] / manifest.json
index de75f53bc8f71479da39e4b4659dc9827767628a..7c6425b1693b3c0a598e2e808ff16a8322477927 100644 (file)
@@ -2,17 +2,21 @@
   "name": "__MSG_name__",
   "default_locale": "en",
   "manifest_version": 2,
-  "version": "1.5.0",
+  "minimum_chrome_version": "28",
+  "version": "1.5.6",
   "description": "__MSG_description__",
   "permissions": [
-    "tabs",
+    "alarms",
     "history",
     "cookies",
+    "downloads",
     "notifications",
+    "storage",
     "http://*/*",
     "https://*/*"
   ],
   "background": {
+    "persistent": false,
     "scripts": [
       "javascript/background.js",
       "javascript/util.js",
@@ -31,6 +35,6 @@
     "128": "images/icon128.png"
   },
   "web_accessible_resources": [
-    "images/icon48.png"
+    "images/icon128.png"
   ]
 }