42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Planning Techniciens — Vue claire",
|
|
"version": "4.1.6",
|
|
"description": "Vue claire du planning EasyVista (itsma.etat-de-vaud.ch et itsma.vd.ch). v4.1.6 : parsing fiche corrigé pour trouver l'Intervenant via ng-model=colData.value et ignorer les blocs d'action vides (étapes workflow automatiques).",
|
|
"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/*"
|
|
]
|
|
}
|
|
]
|
|
}
|