Change icon
This commit is contained in:
BIN
icons/icon.jpg
BIN
icons/icon.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB |
BIN
icons/icon.png
Normal file
BIN
icons/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1002 KiB |
@@ -2,17 +2,17 @@
|
|||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Simple Sync",
|
"name": "Simple Sync",
|
||||||
"description": "A simple extension",
|
"description": "A simple extension",
|
||||||
"version": "0.0.1",
|
"version": "1.0",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "icons/icon.jpg",
|
"16": "icons/icon.png",
|
||||||
"48": "icons/icon.jpg",
|
"48": "icons/icon.png",
|
||||||
"128": "icons/icon.jpg"
|
"128": "icons/icon.png"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"default_popup": "popup.html",
|
"default_popup": "popup.html",
|
||||||
"default_icon": {
|
"default_icon": {
|
||||||
"16": "icons/icon.jpg",
|
"16": "icons/icon.png",
|
||||||
"48": "icons/icon.jpg"
|
"48": "icons/icon.png"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options_page": "options.html",
|
"options_page": "options.html",
|
||||||
|
|||||||
Reference in New Issue
Block a user