13 lines
361 B
JSON
13 lines
361 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "APHP Gestime Exporter",
|
|
"version": "1.0.0",
|
|
"description": "Exportez votre planning de travail Gestime vers un fichier calendrier ICS",
|
|
"action": {
|
|
"default_popup": "index.html",
|
|
"default_popup_width": 450
|
|
},
|
|
"permissions": ["activeTab", "scripting"],
|
|
"host_permissions": ["http://gestime.aphp.fr/*"]
|
|
}
|