forked from FroSteel/Planification
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Planning Techniciens — Vue claire",
|
|
"version": "4.2.1",
|
|
"description": "Vue claire du planning EasyVista (itsma.etat-de-vaud.ch et itsma.vd.ch). v4.2.1 : messages d'erreur clairs (session expirée vs EasyVista inaccessible) avec bouton Ouvrir EasyVista et Réessayer, vouvoiement uniformisé. Inclut v4.2.0 : contact + personne de contact sur site avec anomalie rouge, parser téléphone élargi (41XXX sans +), sélection texte dans la bulle sans épingler, utilisateur EV connecté en haut, suppression auto-refresh 12h/15h.",
|
|
"permissions": [
|
|
"activeTab",
|
|
"scripting",
|
|
"storage",
|
|
"tabs",
|
|
"alarms"
|
|
],
|
|
"host_permissions": [
|
|
"https://itsma.etat-de-vaud.ch/*",
|
|
"https://itsma.vd.ch/*"
|
|
],
|
|
"action": {
|
|
"default_title": "Ouvrir la vue claire du planning"
|
|
},
|
|
"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/*"
|
|
]
|
|
}
|
|
]
|
|
}
|