{
  "name": "Suivi commandes",
  "short_name": "Commandes",
  "description": "Suivi des dépenses Amazon, Uber Eats et Deliveroo",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f4ef",
  "theme_color": "#1b1b1a",
  "lang": "fr",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='40' fill='%231b1b1a'/%3E%3Ctext x='96' y='130' font-size='110' text-anchor='middle' fill='%23fff' font-family='sans-serif'%3E%E2%82%AC%3C/text%3E%3C/svg%3E",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Ajouter une commande",
      "short_name": "Ajouter",
      "url": "./?add"
    }
  ],
  "share_target": {
    "action": "./?share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        { "name": "image", "accept": ["image/*"] }
      ]
    }
  }
}
