{
  "name": "Compass AI - Life Navigation Platform",
  "short_name": "Compass AI",
  "description": "Navigate your life with AI-powered insights, goal tracking, and celestial guidance",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["productivity", "lifestyle", "health", "entertainment"],
  "lang": "en",
  "scope": "/",
  "id": "compass-ai-pwa",
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "protocol_handlers": [
    {
      "protocol": "compass",
      "url": "/?target=%s"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Compass AI Desktop View"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Compass AI Mobile View"
    }
  ],
  "features": [
    "cross-origin-isolated"
  ],
  "shortcuts": [
    {
      "name": "Goals",
      "short_name": "Goals",
      "description": "View and manage your goals",
      "url": "/goals",
      "icons": [{ "src": "/icons/shortcut-goals.png", "sizes": "96x96" }]
    },
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "description": "Chat with your AI companion",
      "url": "/chat",
      "icons": [{ "src": "/icons/shortcut-chat.png", "sizes": "96x96" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View your social calendar",
      "url": "/calendar-social",
      "icons": [{ "src": "/icons/shortcut-calendar.png", "sizes": "96x96" }]
    },
    {
      "name": "Intelligence",
      "short_name": "Intel",
      "description": "View global intelligence dashboard",
      "url": "/intelligence",
      "icons": [{ "src": "/icons/shortcut-intel.png", "sizes": "96x96" }]
    },
    {
      "name": "Morning Briefing",
      "short_name": "Briefing",
      "description": "Get your daily optimization briefing",
      "url": "/briefing",
      "icons": [{ "src": "/icons/shortcut-briefing.png", "sizes": "96x96" }]
    }
  ]
}