{
  "name": "Mirror — Your AI Financial Twin",
  "short_name": "Mirror",
  "description": "A living digital simulation of your financial life that predicts, simulates, and advises before reality happens.",
  "start_url": "/feed",
  "display": "standalone",
  "background_color": "#0A0A0F",
  "theme_color": "#0A0A0F",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "productivity", "utilities"],
  "id": "/?source=pwa",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/feed-mobile.png",
      "sizes": "393x852",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Feed tab showing financial insights and updates"
    },
    {
      "src": "/screenshots/twin-mobile.png",
      "sizes": "393x852",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Digital twin simulation with predictions"
    },
    {
      "src": "/screenshots/chat-mobile.png",
      "sizes": "393x852",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI chat assistant for financial advice"
    },
    {
      "src": "/screenshots/feed-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Feed tab on desktop view"
    }
  ],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "View your financial insights and updates",
      "url": "/feed",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Digital Twin",
      "short_name": "Twin",
      "description": "Explore your financial simulations and predictions",
      "url": "/twin",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "description": "Chat with your AI financial advisor",
      "url": "/chat",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Your Profile",
      "short_name": "You",
      "description": "View your profile, settings, and achievements",
      "url": "/you",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
