{
  "name": "CAREOLOG — Gestion de flotte",
  "short_name": "CAREOLOG",
  "description": "Logiciel de gestion de location de véhicules pour agences africaines. Contrats, alertes, facturation, multi-agents.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d0f14",
  "theme_color": "#0d0f14",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity"],
  "iarc_rating_id": "",

  "icons": [
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/dashboard-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tableau de bord CAREOLOG"
    },
    {
      "src": "/screenshots/dashboard-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard mobile"
    }
  ],

  "shortcuts": [
    {
      "name": "Nouveau contrat",
      "short_name": "Contrat",
      "description": "Créer un nouveau contrat de location",
      "url": "/?action=new-contrat",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Alertes",
      "short_name": "Alertes",
      "description": "Voir les alertes en cours",
      "url": "/?view=alertes",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tableau de bord",
      "short_name": "Dashboard",
      "description": "Retourner au tableau de bord",
      "url": "/",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ],

  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.careolog.app",
      "id": "com.careolog.app"
    }
  ],
  "prefer_related_applications": false,

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+careolog",
      "url": "/?action=%s"
    }
  ],

  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],

  "edge_side_panel": {
    "preferred_width": 400
  }
}
