{
  "id": "/?source=pwa",
  "name": "TCF Corse — Portail",
  "short_name": "TCF Corse",
  "description": "Portail FSM TCF Corse — gestion des interventions terrain, stock, contrats, clients et monitoring multi-sources. Téléphonie, IT, vidéosurveillance et câblage en Corse.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#0D4E7F",
  "theme_color": "#0D4E7F",
  "lang": "fr-FR",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 480
  },
  "icons": [
    { "src": "/assets/icons/icon-72x72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-96x96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-maskable-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/assets/icons/icon-maskable-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/assets/icons/icon-mono-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "monochrome" }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/mobile-dashboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tableau de bord mobile"
    },
    {
      "src": "/assets/screenshots/mobile-interventions.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mes interventions du jour"
    },
    {
      "src": "/assets/screenshots/mobile-intervention-detail.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Fiche intervention terrain"
    },
    {
      "src": "/assets/screenshots/desktop-dispatch.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dispatch et planning"
    },
    {
      "src": "/assets/screenshots/desktop-hyperviseur.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Hyperviseur multi-sources"
    }
  ],
  "shortcuts": [
    {
      "name": "Mes interventions",
      "short_name": "Interventions",
      "description": "Accéder directement à mes interventions du jour",
      "url": "/interventions.html?shortcut=today",
      "icons": [{ "src": "/assets/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Planning semaine",
      "short_name": "Planning",
      "description": "Vue planning de la semaine",
      "url": "/interventions.html?shortcut=week",
      "icons": [{ "src": "/assets/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Hyperviseur",
      "short_name": "Monitoring",
      "description": "Dashboard monitoring multi-sources",
      "url": "/hyperviseur.html",
      "icons": [{ "src": "/assets/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Nouvelle intervention",
      "short_name": "Nouvelle",
      "description": "Créer une nouvelle intervention",
      "url": "/interventions.html?shortcut=new",
      "icons": [{ "src": "/assets/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+tcf",
      "url": "/interventions.html?ot=%s"
    }
  ],
  "share_target": {
    "action": "/interventions.html?share=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photos",
          "accept": ["image/png", "image/jpeg", "image/heic"]
        }
      ]
    }
  }
}
