X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=manifest.json;h=1929cd9eef509d3acef174a861fc5411d0ecba14;hb=a3c71eebbda67bf92f5f419dc39f76df1d27835b;hp=2904a3f5b6b2df0ff5155ee57525ea7ad742c3ad;hpb=0175ee3690c9ea464efffcba0aa8fcd8eb1590a1;p=chrome-ext%2Fclearhistory-advance-fork.git diff --git a/manifest.json b/manifest.json index 2904a3f..1929cd9 100644 --- a/manifest.json +++ b/manifest.json @@ -17,16 +17,13 @@ ], "background": { "persistent": false, - "scripts": [ - "javascript/background.js", - "javascript/util.js", - "javascript/clearhistory.js" - ] + "page": "views/background.html" }, "options_page": "views/options.html", "browser_action": { "default_icon": "images/icon32.png", - "default_title": "__MSG_title__" + "default_title": "__MSG_title__", + "default_popup": "views/popup.html" }, "icons": { "16": "images/icon16.png",