13 lines
348 B
JSON
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/*"]
|
|
}
|