diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..6e21a90 --- /dev/null +++ b/icon.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/manifest.json b/manifest.json index 8f8b5af..9d50f2e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,12 +2,17 @@ "manifest_version": 2, "name": "Pinned Tab Fix", - "version": "2.2.1", + "version": "2.2.2", "description": "__MSG_extensionDescription__", "homepage_url": "https://github.com/nralbrecht/pinned-tab-fix", "default_locale": "en", + "icons": { + "48": "icon.svg", + "96": "icon.svg" + }, + "background": { "scripts": ["background-script.js"] },