X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=manifest.json;h=d089fb60ff01020ba2f89288ff5907404a15bced;hb=refs%2Ftags%2Fv1.5.0;hp=478ce59d3c518f8d845c000ae47d0b8a84790cd1;hpb=dd0e58095a1f51b066fbbecce12b6817af02957f;p=chrome-ext%2Fclearhistory-advance-fork.git diff --git a/manifest.json b/manifest.json index 478ce59..d089fb6 100644 --- a/manifest.json +++ b/manifest.json @@ -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'" + ] }