mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Add extension icon (closes #131)
This commit is contained in:
5
ext/src/icons/icon.svg
Normal file
5
ext/src/icons/icon.svg
Normal 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 |
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user