{
  "name": "Agent Cave",
  "short_name": "AMC",
  "id": "/?source=pwa",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/boards?entry=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0f172a",
  "theme_color": "#171717",
  "orientation": "portrait-primary",
  "description": "Personal mission control — boards, goals, and smart home telemetry in one installable hub.",
  "categories": ["productivity", "utilities", "business"],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "screenshots": [
    {
      "src": "/screenshots/boards-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/dashboard-tablet.png",
      "sizes": "2048x1536",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Boards",
      "short_name": "Boards",
      "description": "Jump into task boards",
      "url": "/boards",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Mission Index",
      "short_name": "Index",
      "description": "View the knowledge index",
      "url": "/the-index",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Team",
      "short_name": "Team",
      "description": "Open team status",
      "url": "/team",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Usage",
      "short_name": "Usage",
      "description": "Check automation usage stats",
      "url": "/usage",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
