From 59e1712a2ba5d2be6963ffe16c904d1cceb25332 Mon Sep 17 00:00:00 2001 From: Gerben Date: Mon, 12 Mar 2018 16:11:45 +0100 Subject: [PATCH] Add icon --- extension/icon.svg | 12 ++++++++++++ extension/manifest.json | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 extension/icon.svg 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"]