X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=manifest.json;h=2904a3f5b6b2df0ff5155ee57525ea7ad742c3ad;hb=0175ee3690c9ea464efffcba0aa8fcd8eb1590a1;hp=e50a4a7a2f5a71fd9dd8912af1ccf2ab7396f361;hpb=a5409a6b2a66bfd85a902c468b726e1e60855c71;p=chrome-ext%2Fclearhistory-advance-fork.git diff --git a/manifest.json b/manifest.json index e50a4a7..2904a3f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,17 +2,21 @@ "name": "__MSG_name__", "default_locale": "en", "manifest_version": 2, - "version": "1.5", + "minimum_chrome_version": "28", + "version": "1.5.6", "description": "__MSG_description__", "permissions": [ - "tabs", + "alarms", "history", "cookies", + "downloads", "notifications", + "storage", "http://*/*", "https://*/*" ], "background": { + "persistent": false, "scripts": [ "javascript/background.js", "javascript/util.js", @@ -29,9 +33,5 @@ "32": "images/icon32.png", "48": "images/icon48.png", "128": "images/icon128.png" - }, - "web_accessible_resources": [ - "images/icon48.png" - ], - "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'" + } }