diff --git a/ext/src/icons/icon.svg b/ext/src/icons/icon.svg new file mode 100644 index 0000000..21a91da --- /dev/null +++ b/ext/src/icons/icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/ext/src/manifest.json b/ext/src/manifest.json index 1381fca..02ff3e1 100755 --- a/ext/src/manifest.json +++ b/ext/src/manifest.json @@ -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": {