{
  "name": "WWSL — Intelligence. Redefined.",
  "short_name": "WWSL",
  "description": "WWSL is a premium AI assistant and project builder. Chat, create, and ship beautiful software.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "lang": "en",
  "categories": ["productivity", "developer", "education"],
  "icons": [
    {
      "src": "/wwsl_logo_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/wwsl_logo_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/wwsl_logo_512.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New chat",
      "short_name": "New chat",
      "description": "Start a fresh WWSL conversation",
      "url": "/?new=chat",
      "icons": [{ "src": "/wwsl_logo_512.png", "sizes": "512x512" }]
    },
    {
      "name": "New project",
      "short_name": "New project",
      "description": "Build something new",
      "url": "/?new=project",
      "icons": [{ "src": "/wwsl_logo_512.png", "sizes": "512x512" }]
    }
  ]
}
