diff --git a/extension/icon.svg b/extension/icon.svg new file mode 100644 index 0000000..5cf1982 --- /dev/null +++ b/extension/icon.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/extension/manifest.json b/extension/manifest.json index d5cf20a..368618e 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -4,7 +4,8 @@ "version": "1.0.0", "page_action": { "browser_style": true, - "default_title": "Ban banners" + "default_title": "Ban banners", + "default_icon": "/icon.svg" }, "background": { "scripts": ["background_script.js"]