From dd9e0a0b6f938c416ec51351590039b2ccfe3f5e Mon Sep 17 00:00:00 2001 From: hensm Date: Mon, 18 Mar 2019 08:55:08 +0000 Subject: [PATCH] Remove default_popup from browser action --- ext/src/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/src/manifest.json b/ext/src/manifest.json index 3cf28f3..fa07647 100755 --- a/ext/src/manifest.json +++ b/ext/src/manifest.json @@ -14,8 +14,7 @@ } } , "browser_action": { - "default_popup": "popup/index.html" - , "theme_icons": [ + "theme_icons": [ { "light": "icons/cast-default-light.svg" , "dark": "icons/cast-default-dark.svg"