{
  "name": "Budgia — Budget Familial",
  "short_name": "Budgia",
  "description": "Gérez vos finances familiales avec l'aide de l'IA. Analysez vos tickets, comparez les prix et économisez.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0077ff",
  "scope": "/",
  "lang": "fr",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/marketing/dashboard.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tableau de bord"
    },
    {
      "src": "/assets/screenshots/marketing/transactions.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Transactions"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle transaction",
      "short_name": "Transaction",
      "description": "Ajouter une nouvelle transaction",
      "url": "/?action=add-transaction",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>➕</text></svg>",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Scanner un ticket",
      "short_name": "Ticket",
      "description": "Scanner un ticket de caisse",
      "url": "/?action=scan-ticket",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📷</text></svg>",
          "sizes": "any"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
