Files
aphp-gestime-exporter/public/manifest.json
2025-11-05 19:13:58 +01:00

17 lines
428 B
JSON

{
"manifest_version": 3,
"name": "APHP Gestime Exporter",
"version": "0.1.0",
"description": "Exportez votre planning de travail Gestime vers un fichier calendrier ICS",
"action": {
"default_popup": "index.html",
"default_popup_width": 450
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": ["activeTab", "scripting"],
"host_permissions": ["http://gestime.aphp.fr/*"]
}