X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fclearhistory-advance-fork.git;a=blobdiff_plain;f=manifest.json;h=7c6425b1693b3c0a598e2e808ff16a8322477927;hp=2904a3f5b6b2df0ff5155ee57525ea7ad742c3ad;hb=HEAD;hpb=0175ee3690c9ea464efffcba0aa8fcd8eb1590a1 diff --git a/manifest.json b/manifest.json index 2904a3f..15d7270 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "name": "__MSG_name__", "default_locale": "en", - "manifest_version": 2, - "minimum_chrome_version": "28", - "version": "1.5.6", + "manifest_version": 3, + "minimum_chrome_version": "100", + "version": "2.0", "description": "__MSG_description__", "permissions": [ "alarms", @@ -11,22 +11,21 @@ "cookies", "downloads", "notifications", - "storage", + "storage" + ], + "host_permissions": [ "http://*/*", "https://*/*" ], "background": { - "persistent": false, - "scripts": [ - "javascript/background.js", - "javascript/util.js", - "javascript/clearhistory.js" - ] + "service_worker": "javascript/clearhistory.js", + "type": "module" }, "options_page": "views/options.html", - "browser_action": { + "action": { "default_icon": "images/icon32.png", - "default_title": "__MSG_title__" + "default_title": "__MSG_title__", + "default_popup": "views/popup.html" }, "icons": { "16": "images/icon16.png",