forked from FroSteel/Planification
32 lines
900 B
JSON
32 lines
900 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Planification",
|
|
"version": "5.0.3",
|
|
"description": "Vue claire et rapide du planning des techniciens EasyVista. Regroupe interventions et réservations par tech, affiche horaires, contact, lieu, catégorie et statut en un coup d'œil.",
|
|
"permissions": ["activeTab", "scripting", "storage", "tabs", "alarms"],
|
|
"host_permissions": [
|
|
"https://itsma.etat-de-vaud.ch/*",
|
|
"https://itsma.vd.ch/*"
|
|
],
|
|
"action": {
|
|
"default_title": "Ouvrir la Planification"
|
|
},
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"icons": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
},
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": ["viewer.html", "viewer.js", "viewer.css"],
|
|
"matches": [
|
|
"https://itsma.etat-de-vaud.ch/*",
|
|
"https://itsma.vd.ch/*"
|
|
]
|
|
}
|
|
]
|
|
}
|