]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - manifest.json
add files to help with making dists
[chrome-ext/clearhistory-advance-fork.git] / manifest.json
index de75f53bc8f71479da39e4b4659dc9827767628a..ce21c70c1890bb5604f6cf83c7f3897631209fd8 100644 (file)
@@ -2,17 +2,21 @@
   "name": "__MSG_name__",
   "default_locale": "en",
   "manifest_version": 2,
-  "version": "1.5.0",
+  "version": "1.5.3",
   "description": "__MSG_description__",
   "permissions": [
+    "alarms",
     "tabs",
     "history",
     "cookies",
+    "downloads",
     "notifications",
+    "storage",
     "http://*/*",
     "https://*/*"
   ],
   "background": {
+    "persistent": false,
     "scripts": [
       "javascript/background.js",
       "javascript/util.js",