]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - manifest.json
add more time choices
[chrome-ext/clearhistory-advance-fork.git] / manifest.json
index e50a4a7a2f5a71fd9dd8912af1ccf2ab7396f361..a4ff4ff16bfdecd407c6523fe743399386a17f60 100644 (file)
@@ -2,7 +2,7 @@
   "name": "__MSG_name__",
   "default_locale": "en",
   "manifest_version": 2,
-  "version": "1.5",
+  "version": "1.5.0",
   "description": "__MSG_description__",
   "permissions": [
     "tabs",
@@ -13,6 +13,7 @@
     "https://*/*"
   ],
   "background": {
+    "persistent": false,
     "scripts": [
       "javascript/background.js",
       "javascript/util.js",
@@ -32,6 +33,5 @@
   },
   "web_accessible_resources": [
     "images/icon48.png"
-  ],
-  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
+  ]
 }