{
  "name": "Portail Alerte Sénégal Agent",
  "short_name": "Alerte Agent",
  "description": "Application mobile pour les agents opérationnels du Portail Alerte Sénégal",
  "start_url": "/agent",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1E40AF",
  "background_color": "#111827",
  "scope": "/agent",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["business", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/agent-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/agent-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/agent-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/agent-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/agent-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/agent-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/agent-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/agent-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle Mission",
      "short_name": "Mission",
      "description": "Voir les missions en attente",
      "url": "/agent/mes-missions",
      "icons": [
        {
          "src": "/icons/shortcut-mission-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Carte",
      "short_name": "Carte",
      "description": "Accéder à la carte de mission",
      "url": "/agent/carte",
      "icons": [
        {
          "src": "/icons/shortcut-carte-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Alertes",
      "short_name": "Alertes",
      "description": "Voir les alertes urgentes",
      "url": "/agent/alertes",
      "icons": [
        {
          "src": "/icons/shortcut-alerte-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/agent-mobile-1.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/agent-mobile-2.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/agent-desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
