add extension icons and update the version

This commit is contained in:
2026-04-10 00:03:38 +02:00
parent 36663826cf
commit 44e667bfeb
6 changed files with 40 additions and 2 deletions
+12 -2
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "browser-cli",
"version": "0.1.0",
"version": "0.4.0",
"description": "Control your browser from the terminal via browser-cli",
"permissions": [
"tabs",
@@ -16,7 +16,17 @@
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"action": {
"default_title": "browser-cli"
"default_title": "browser-cli",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png"
}
}
}