{
  "name": "Planr",
  "short_name": "Planr",
  "description": "Din alt-i-ett planlegger for treningsøkter.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#00D4AA",
  "icons": [
    {
      "src": "/app-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "permissions": [
    "notifications"
  ],
  "scope": "/",
  "orientation": "portrait-primary",
  "categories": ["sports", "productivity", "lifestyle"]
} 