]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - manifest.json
add an option to automatically purge history
[chrome-ext/clearhistory-advance-fork.git] / manifest.json
index de75f53bc8f71479da39e4b4659dc9827767628a..d089fb60ff01020ba2f89288ff5907404a15bced 100644 (file)
@@ -5,6 +5,7 @@
   "version": "1.5.0",
   "description": "__MSG_description__",
   "permissions": [
+    "alarms",
     "tabs",
     "history",
     "cookies",
@@ -13,6 +14,7 @@
     "https://*/*"
   ],
   "background": {
+    "persistent": false,
     "scripts": [
       "javascript/background.js",
       "javascript/util.js",