Files
Planification/manifest.json
T

38 lines
806 B
JSON

{
"manifest_version": 3,
"name": "Planning Techniciens — Vue claire",
"version": "2.0.1",
"description": "Réaffiche le planning du jour (itsma.vd.ch) avec pompier, absents, tooltips enrichis et thème clair/sombre.",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"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.vd.ch/*"
]
}
]
}