{
  "name": "Sage AI - Personal AI Assistant",
  "short_name": "Sage AI",
  "description": "Your intelligent voice-powered assistant created by Azaan sir. Experience natural conversations, voice commands, and seamless AI interactions.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "utilities", "lifestyle"],
  "icons": [
    {
      "src": "/placeholder.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/placeholder.svg", 
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Voice Chat",
      "short_name": "Voice",
      "description": "Start a voice conversation with Sage AI",
      "url": "/?action=voice",
      "icons": [
        {
          "src": "/placeholder.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Open YouTube",
      "short_name": "YouTube", 
      "description": "Quick access to YouTube",
      "url": "/?action=youtube",
      "icons": [
        {
          "src": "/placeholder.svg",
          "sizes": "96x96", 
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/placeholder.svg",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ]
}