{
  "name": "VortexAi — AI Video & Content Generation",
  "short_name": "VortexAi",
  "description": "Generate videos, images, GIFs, and banners with AI. Multi-platform bot for Discord, Telegram, Slack, and WhatsApp.",
  "start_url": "/vortex.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#39ff14",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "productivity"],
  "screenshots": [
    {
      "src": "assets/img/vortex-screenshot-narrow.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "VortexAi generating an AI video from a text prompt"
    },
    {
      "src": "assets/img/vortex-screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "VortexAi command interface in Discord"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Video",
      "short_name": "Video",
      "description": "Create an AI-generated video",
      "url": "/vortex.html#generate"
    },
    {
      "name": "Generate Image",
      "short_name": "Image",
      "description": "Create an AI-generated image",
      "url": "/vortex.html#features"
    }
  ]
}
