{
  "name": "CashStuffing PWA",
  "short_name": "CashStuffing",
  "description": "Offline budget app til cash stuffing med ugentlig styring.",
  "id": "/index.php",
  "start_url": "/index.php?source=pwa",
  "scope": "/",
  "display_override": ["fullscreen", "standalone"],
  "display": "fullscreen",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2d3748",
  "icons": [
    { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "permissions": ["storage"],
  "prefer_related_applications": false
}
