{
  "short_name": "Botify",
  "name": "Botify - AI Chatbots for Content Creators",
  "description": "Automate Instagram & Telegram DMs with AI-powered chatbots. Perfect for content creators, influencers, and businesses.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#4A90E2",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "social"],
  "screenshots": [
    {
      "src": "app-screenshot-mobile.png",
      "sizes": "640x1136",
      "type": "image/png",
      "platform": "mobile"
    },
    {
      "src": "app-screenshot-desktop.png", 
      "sizes": "1920x1080",
      "type": "image/png",
      "platform": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Bot",
      "short_name": "New Bot",
      "description": "Create a new AI chatbot",
      "url": "/?action=create",
      "icons": [
        {
          "src": "icon-create.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard", 
      "description": "View your bot analytics",
      "url": "/dashboard",
      "icons": [
        {
          "src": "icon-dashboard.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}