feat: improve UI/UX

This commit is contained in:
Pihkaal
2025-11-05 17:36:31 +01:00
parent d2c8591ddb
commit eb08d76bf2
3 changed files with 98 additions and 42 deletions

View File

@@ -2,9 +2,10 @@
"manifest_version": 3,
"name": "gestime.aphp.fr exporter",
"version": "1.0.0",
"description": "TBD",
"description": "Export your Gestime work schedule to an ICS calendar file",
"action": {
"default_popup": "index.html"
"default_popup": "index.html",
"default_popup_width": 450
},
"permissions": ["activeTab", "scripting"],
"host_permissions": ["http://gestime.aphp.fr/*"]