{
  "short_name": "FRNZ",
  "name": "FRNZ Internal Dashboard",
  "description": "Minimalist internal Kanban and project tracking dashboard.",
  "icons": [
    {
      "src": "/static/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/static/web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "background_color": "#0d0d0d",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#ff9d00",
  "orientation": "any",
  "categories": ["productivity", "utilities"]
}

