{
  "id": "/",
  "name": "CashKeep — Money at Risk Dashboard",
  "short_name": "CashKeep",
  "description": "Track returns and warranties before they expire. Never lose money on a forgotten receipt again.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "it",
  "dir": "ltr",
  "theme_color": "#00FF41",
  "background_color": "#0a0a0a",
  "categories": ["finance", "productivity", "shopping"],
  "icons": [
    {
      "src": "/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-mobile-1.png",
      "sizes": "1080x2108",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard — money at risk and monthly spending"
    },
    {
      "src": "/screenshots/screenshot-mobile-2.png",
      "sizes": "1080x1957",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "My Items — purchases grouped by receipt"
    },
    {
      "src": "/screenshots/screenshot-mobile-3.png",
      "sizes": "1080x2096",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Item details and price breakdown"
    },
    {
      "src": "/screenshots/screenshot-mobile-4.png",
      "sizes": "1080x2108",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Scan receipts with AI"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan receipt",
      "short_name": "Scan",
      "description": "Scan a new receipt",
      "url": "/scan",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My items",
      "short_name": "Items",
      "description": "View your saved items",
      "url": "/items",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
