Change icon

This commit is contained in:
2025-11-22 08:55:09 +01:00
parent 0be90d06a6
commit 5916c03f17
6 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

BIN
icons/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1002 KiB

View File

View File

View File

View File

@@ -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",