{
  "name": "Llama-Search - AI Search Engine Platform",
  "short_name": "Llama-Search",
  "description": "AI-powered search that actually understands context and delivers intelligent results",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0F766E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/images/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/static/images/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/static/images/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/favicon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities", "developer"],
  "lang": "en-US",
  "scope": "/",
  "serviceworker": {
    "src": "/static/sw.js",
    "scope": "/",
    "update_via_cache": "none"
  },
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Access your dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/static/images/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Playground",
      "short_name": "Playground",
      "description": "Try search playground",
      "url": "/dashboard?tab=playground",
      "icons": [{ "src": "/static/images/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}
