
{
  "name": "Shree Alakhnath",
  "short_name": "Shree Alakhnath",
  "description": "Your AI Companion for Love, Music & Life",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#FF1493",
  "background_color": "#FFFFFF",
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/vite.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/vite.svg",
      "sizes": "1024x1024",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "social"],
  "shortcuts": [
    {
      "name": "Chat with Shree Alakhnath",
      "short_name": "Chat",
      "description": "Open chat interface",
      "url": "/shree-alakhnath/chat",
      "icons": [{ "src": "/vite.svg", "sizes": "192x192" }]
    },
    {
      "name": "Play Music",
      "short_name": "Music",
      "description": "Listen to music",
      "url": "/music",
      "icons": [{ "src": "/vite.svg", "sizes": "192x192" }]
    },
    {
      "name": "Daily Quotes",
      "short_name": "Quotes",
      "description": "Read romantic quotes",
      "url": "/romantic-quotes",
      "icons": [{ "src": "/vite.svg", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
