{ "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/*"] }