{
  "name": "CatCare Companion",
  "short_name": "CatCare",
  "description": "Soigne tes chats avec passion - Santé, jeux, progression et bien-être",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "scope": "/",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23faf8f3' width='192' height='192'/><text x='96' y='140' font-size='130' text-anchor='middle' dominant-baseline='central'>🐱</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%23faf8f3' width='512' height='512'/><text x='256' y='370' font-size='360' text-anchor='middle' dominant-baseline='central'>🐱</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "games"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23faf8f3' width='540' height='720'/><text x='270' y='360' font-size='200' text-anchor='middle' dominant-baseline='central'>🐱</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "orientation": "portrait-primary",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
