{
  "name": "RemindPilot",
  "short_name": "RemindPilot",
  "description": "Smart påminnelser och utgiftsöversikt – håll koll på viktiga datum och löpande kostnader.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFF8F4",
  "theme_color": "#FF6B35",
  "lang": "sv",
  "categories": ["productivity", "finance", "utilities"],
  "icons": [
    {
      "src": "/favicon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mina påminnelser",
      "short_name": "Påminnelser",
      "url": "/Reminders/Items",
      "icons": [{ "src": "/favicon-48.png", "sizes": "48x48" }]
    },
    {
      "name": "Ny påminnelse",
      "short_name": "Lägg till",
      "url": "/Reminders/CreateItem",
      "icons": [{ "src": "/favicon-48.png", "sizes": "48x48" }]
    },
    {
      "name": "Budget",
      "short_name": "Budget",
      "url": "/Reminders/Budget",
      "icons": [{ "src": "/favicon-48.png", "sizes": "48x48" }]
    }
  ]
}
