]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - manifest.json
allow people to delete *old* history rather than *new* history
[chrome-ext/clearhistory-advance-fork.git] / manifest.json
index 478ce59d3c518f8d845c000ae47d0b8a84790cd1..a4ff4ff16bfdecd407c6523fe743399386a17f60 100644 (file)
@@ -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'"
+  ]
 }