{
  "name": "PodClip AI - Generate Viral Podcast Clips",
  "short_name": "PodClip AI",
  "description": "AI-powered tool for creating viral podcast highlights from YouTube videos",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#000000",
  "background_color": "#000000",
  "categories": ["video", "productivity", "utilities", "ai"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create New Clip",
      "short_name": "New Clip",
      "description": "Generate a new podcast clip",
      "url": "/generator",
      "icons": [
        {
          "src": "/shortcuts/new-clip.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Buy Credits",
      "short_name": "Credits",
      "description": "Purchase processing credits",
      "url": "/credits",
      "icons": [
        {
          "src": "/shortcuts/credits.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "description": "View processing tasks",
      "url": "/tasks",
      "icons": [
        {
          "src": "/shortcuts/tasks.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PodClip AI Homepage"
    },
    {
      "src": "/screenshots/generator.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AI Video Generator Interface"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}