{
  "name": "ERP Livraison - App Livreur",
  "short_name": "Livraisons",
  "description": "Application PWA pour livreurs - Gestion des livraisons à moto",
  "start_url": "/delivery/",
  "scope": "/delivery/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0284c7",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect fill='%230284c7' width='192' height='192'/%3E%3Ctext x='50%' y='50%' font-size='100' fill='white' text-anchor='middle' dy='.3em'%3E🏍️%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect fill='%230284c7' width='512' height='512'/%3E%3Ctext x='50%' y='50%' font-size='280' fill='white' text-anchor='middle' dy='.3em'%3E🏍️%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'%3E%3Crect fill='%23f3f4f6' width='540' height='720'/%3E%3Ctext x='50%' y='50%' font-size='60' fill='%230284c7' text-anchor='middle' dy='.3em'%3EDashboard Livraison%3C/text%3E%3C/svg%3E",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Mes Livraisons",
      "short_name": "Livraisons",
      "description": "Voir mes livraisons du jour",
      "url": "/delivery/list",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect fill='%230284c7' width='96' height='96'/%3E%3Ctext x='50%' y='50%' font-size='50' fill='white' text-anchor='middle' dy='.3em'%3E📦%3C/text%3E%3C/svg%3E",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots_alt": {
    "fr": "Application de gestion des livraisons pour livreurs"
  },
  "share_target": {
    "action": "/delivery",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
