]> 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 478ce59d3c518f8d845c000ae47d0b8a84790cd1..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",
@@ -32,6 +34,5 @@
   },
   "web_accessible_resources": [
     "images/icon48.png"
-  ],
-  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
+  ]
 }