{
  "name": "SafeCamp360",
  "short_name": "SafeCamp360",
  "description": "Catch reporting and compliance for Norwegian fishing camps",
  "start_url": "/catches/new",
  "display": "standalone",
  "background_color": "#FAFBFC",
  "theme_color": "#0077B6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "no",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Catch",
      "short_name": "Log",
      "description": "Log a new fishing catch",
      "url": "/catches/new"
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "View fishing reports",
      "url": "/reports"
    },
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "View dashboard",
      "url": "/dashboard"
    }
  ],
  "prefer_related_applications": false
}
