finetuneing webplugin

This commit is contained in:
Olaf
2026-08-24 22:54:01 +02:00
parent 759c284b26
commit 4dc8fcfa9c
14 changed files with 127 additions and 44 deletions
+10 -4
View File
@@ -15,13 +15,19 @@
"default_title": "LinkLog",
"default_popup": "popup.html",
"default_icon": {
"16": "logo.svg",
"32": "logo.svg"
"16": "icon-16.png",
"32": "icon-32.png"
}
},
"icons": {
"48": "logo.svg",
"96": "logo.svg"
"48": "icon-48.png",
"96": "icon-96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "linklog@kolkman.org",
"strict_min_version": "109.0"
}
},
"options_ui": {
"page": "options.html",