]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - manifest.json
use chrome.storage.sync
[chrome-ext/clearhistory-advance-fork.git] / manifest.json
index e50a4a7a2f5a71fd9dd8912af1ccf2ab7396f361..266ee17a8a63e77341ead6a448debb60c132933b 100644 (file)
@@ -2,17 +2,20 @@
   "name": "__MSG_name__",
   "default_locale": "en",
   "manifest_version": 2,
-  "version": "1.5",
+  "version": "1.5.0",
   "description": "__MSG_description__",
   "permissions": [
+    "alarms",
     "tabs",
     "history",
     "cookies",
     "notifications",
+    "storage",
     "http://*/*",
     "https://*/*"
   ],
   "background": {
+    "persistent": false,
     "scripts": [
       "javascript/background.js",
       "javascript/util.js",
@@ -32,6 +35,5 @@
   },
   "web_accessible_resources": [
     "images/icon48.png"
-  ],
-  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
+  ]
 }