{
  "id": "/wawp-ai-help",
  "name": "Wawp AI Help Center",
  "short_name": "Wawp Help",
  "description": "Smart, AI-powered help topics, instant answers, and guided troubleshooting for Wawp.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#004444",
  "categories": ["productivity", "education", "utilities", "business", "communication"],
  "icons": [
    {
      "src": "/icons/Wawp-help-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/Wawp-help-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },

    { "src": "/icons/Wawp-help-128x128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/Wawp-help-256x256.png", "sizes": "256x256", "type": "image/png" },
    { "src": "/icons/Wawp-help-1024x1024.png", "sizes": "1024x1024", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Search help",
      "short_name": "Search",
      "description": "Jump straight to AI search.",
      "url": "/search",
      "icons": [
        { "src": "/icons/Wawp-help-192x192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "protocol_handlers": [
    { "protocol": "web+help", "url": "/?q=%s" }
  ],
  "share_target": {
    "action": "/search",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "q", "url": "u" }
  },
  "prefer_related_applications": false
}
