diff --git a/images/chrome-icon.svg b/images/chrome-icon.svg new file mode 100644 index 0000000..03b2fec --- /dev/null +++ b/images/chrome-icon.svg @@ -0,0 +1,28 @@ + + + \ No newline at end of file diff --git a/images/firefox-icon.svg b/images/firefox-icon.svg new file mode 100644 index 0000000..57de078 --- /dev/null +++ b/images/firefox-icon.svg @@ -0,0 +1,107 @@ + + \ No newline at end of file diff --git a/manifest.json b/manifest.json index 68de9f4..bcc750d 100644 --- a/manifest.json +++ b/manifest.json @@ -147,7 +147,8 @@ "32": "/images/icon.png", "48": "/images/icon.png", "128": "/images/icon.png" - } + }, + "default_popup": "/popup.html" }, "icons": { "16": "/images/icon.png", diff --git a/popup.html b/popup.html index 4928435..70500ea 100644 --- a/popup.html +++ b/popup.html @@ -13,6 +13,17 @@