feat: add icons

This commit is contained in:
Pihkaal
2025-11-05 18:43:45 +01:00
parent 41e91b6731
commit 5000a83159
5 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,10 @@
"default_popup": "index.html",
"default_popup_width": 450
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": ["activeTab", "scripting"],
"host_permissions": ["http://gestime.aphp.fr/*"]
}