From 3fcbd3a221cc218737c889af83675789f2142f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Fri, 4 Aug 2017 15:36:54 +0200 Subject: [PATCH] manifest update --- manifest.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e670816..6c37186 100644 --- a/manifest.json +++ b/manifest.json @@ -11,13 +11,18 @@ "64": "icon64.png", "96": "icon96.png" }, + "default_popup": "popup.html", "permissions": [ "*://*/*", "webRequest", - "webRequestBlocking" + "webRequestBlocking", + "management" ], "background": { - "scripts": ["clearurls.js"] + "scripts": [ + "clearurls.js", + "popup.js" + ] }, "content_scripts": [ {