{
  "name": "AmieLove — AI Companion",
  "short_name": "AmieLove",
  "description": "The AI companion with real long-term memory, emotional voice, and uncensored chat.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fff1f2",
  "theme_color": "#f43f5e",
  "categories": ["lifestyle", "social", "entertainment"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with companion",
      "short_name": "Chat",
      "url": "/chat",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Discover companions",
      "short_name": "Discover",
      "url": "/discover",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
