forked from FroSteel/Planification
42 lines
982 B
JSON
42 lines
982 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Planification",
|
|
"version": "4.2.8",
|
|
"description": "Vue claire du planning EasyVista (itsma.etat-de-vaud.ch et itsma.vd.ch). v4.2.8 : liste de techniciens dans les modals Absence/Douchette entièrement visible sans scroll. Inclut v4.2.7 (URL exacte douchette).",
|
|
"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/*"
|
|
]
|
|
}
|
|
]
|
|
}
|