Add extension icon (closes #131)

This commit is contained in:
hensm
2020-07-24 22:18:09 +01:00
parent 690b7e51f5
commit 84c99ba257
2 changed files with 11 additions and 0 deletions

5
ext/src/icons/icon.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#0a84ff">
<path d="M12 1H4a3 3 0 0 0-3 3v2h2V4a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2v2h2a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3z"/>
<path d="M1 15v-2a2 2 0 0 1 2 2H1zM7 15h2a8 8 0 0 0-8-8v2a6 6 0 0 1 6 6z"/>
<path d="M1 12a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5z"/>
</svg>

After

Width:  |  Height:  |  Size: 344 B

View File

@@ -41,6 +41,12 @@
, "content_security_policy": "CONTENT_SECURITY_POLICY"
, "default_locale": "en"
, "icons": {
"48": "icons/icon.svg"
, "96": "icons/icon.svg"
}
, "manifest_version": 2
, "options_ui": {