{
  "name": "Simmer — AI Dating Agent",
  "short_name": "Simmer",
  "description": "Your AI agent dates for you. No swiping, just real matches.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FDFBF9",
  "theme_color": "#FF6B4A",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["social", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Matches",
      "short_name": "Matches",
      "description": "View your AI-powered matches",
      "url": "/#/matches",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chat with Agent",
      "short_name": "Chat",
      "description": "Talk to your AI agent",
      "url": "/#/chat",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
