forked from FroSteel/Planification
edd6ffc1c3
(manifest.json corrigé : était resté à 3.2.0 par oubli)
42 lines
968 B
JSON
42 lines
968 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Planning Techniciens — Vue claire",
|
|
"version": "3.3.0",
|
|
"description": "Vue claire du planning EasyVista (itsma.etat-de-vaud.ch et itsma.vd.ch) avec navigation par date, détection automatique des interventions closes et cache 7 jours.",
|
|
"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/*"
|
|
]
|
|
}
|
|
]
|
|
}
|