{
  "name": "VEO AI Video Generator",
  "short_name": "VEO AI",
  "description": "Professional AI video creation platform that generates stunning videos with audio using cutting-edge AI technology",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#6366F1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["multimedia", "productivity", "entertainment"],
  "icons": [
    {
      "src": "veo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "images/app-screenshot.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "VEO AI Video Generator Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Video",
      "short_name": "Create",
      "description": "Start creating a new AI video",
      "url": "/#features",
      "icons": [
        {
          "src": "veo.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Pricing",
      "short_name": "Pricing",
      "description": "View pricing plans",
      "url": "/#pricing",
      "icons": [
        {
          "src": "veo.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/id6737694557",
      "id": "6737694557"
    }
  ],
  "prefer_related_applications": true
} 