{
  "name": "love.doctor",
  "short_name": "love.doctor",
  "description": "An AI for the messy parts of love. Private. Free. Always on.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#150A1F",
  "theme_color": "#150A1F",
  "lang": "en",
  "categories": ["lifestyle", "social", "health"],
  "icons": [
    { "src": "/assets/img/icon-192.png",        "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/img/icon-512.png",        "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/img/icon-192.png",        "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/assets/img/icon-512.png",        "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Start a new chat",
      "short_name": "new chat",
      "description": "Open a fresh love.doctor conversation",
      "url": "/chat.html?new=1&source=pwa",
      "icons": [{ "src": "/assets/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Read this text for me",
      "short_name": "read text",
      "description": "Paste a message you got and have it decoded",
      "url": "/chat.html?mode=read&source=pwa",
      "icons": [{ "src": "/assets/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Your account",
      "short_name": "account",
      "description": "Conversations, reflections, settings",
      "url": "/account?source=pwa",
      "icons": [{ "src": "/assets/img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
