diff --git a/icons/passchmop.svg b/icons/passchmop.svg new file mode 100644 index 0000000..402e13b --- /dev/null +++ b/icons/passchmop.svg @@ -0,0 +1,30 @@ + + + Passchmop + + + + + + + + + + diff --git a/manifest.json b/manifest.json index 65d63b3..e0e69e5 100644 --- a/manifest.json +++ b/manifest.json @@ -3,6 +3,11 @@ "name": "Passchmop", "version": "0.1.0", "description": "Git-backed, client-side-encrypted password manager.", + "icons": { + "48": "icons/passchmop.svg", + "96": "icons/passchmop.svg", + "128": "icons/passchmop.svg" + }, "background": { "scripts": ["build/background.js"] }, @@ -10,7 +15,12 @@ "host_permissions": ["https://*/*"], "action": { "default_title": "Passchmop", - "default_popup": "src/popup/popup.html" + "default_popup": "src/popup/popup.html", + "default_icon": { + "16": "icons/passchmop.svg", + "32": "icons/passchmop.svg", + "48": "icons/passchmop.svg" + } }, "options_ui": { "page": "src/options/options.html",