From 2f09f1bae1dcb8e080abbfab5635079f99435a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Fri, 4 Aug 2017 16:07:16 +0200 Subject: [PATCH] manifest.json browser button --- manifest.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 24958db..45f32a6 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "64": "icon64.png", "96": "icon96.png" }, - "page_action": { + "browser_action": { "browser_style": true, "default_icon": { "19": "icon19.png", @@ -28,8 +28,7 @@ ], "background": { "scripts": [ - "clearurls.js", - "popup.js" + "clearurls.js" ] }, "content_scripts": [