17 lines
428 B
JSON
17 lines
428 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
|
|
},
|
|
"icons": {
|
|
"48": "icon48.png",
|
|
"128": "icon128.png"
|
|
},
|
|
"permissions": ["activeTab", "scripting"],
|
|
"host_permissions": ["http://gestime.aphp.fr/*"]
|
|
}
|