Files
aphp-gestime-exporter/public/manifest.json
2025-11-05 17:36:31 +01:00

13 lines
348 B
JSON

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