{
  "id": "/",
  "name": "Llorut QR AI",
  "short_name": "Llorut AI",
  "description": "Scan a QR code to chat with a business AI — check prices, get quotes, book appointments, place orders. Works offline.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "launch_handler": { "client_mode": "navigate-existing" },
  "handle_links": "preferred",
  "orientation": "portrait",
  "background_color": "#060E09",
  "theme_color": "#006B3F",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "related_applications": [
    { "platform": "webapp", "url": "https://llorut.com/manifest.json" }
  ],
  "shortcuts": [
    {
      "name": "AI Contacts",
      "url": "/app",
      "description": "Chat with Llorut and other business AIs"
    },
    {
      "name": "Business Dashboard",
      "url": "/admin",
      "description": "Manage your AI"
    }
  ]
}
