{
  "name": "CutFlux - AI YouTube Video Clipper",
  "short_name": "CutFlux",
  "description": "Transform long YouTube videos into viral clips instantly. Download videos, extract transcripts, and create engaging content with AI-powered tools.",
  "icons": [
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-180.png", 
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180", 
      "type": "image/png"
    },
    {
      "src": "/cutflux-vs.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0070f3",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["video", "tools", "productivity", "education"],
  "shortcuts": [
    {
      "name": "YouTube Downloader",
      "short_name": "Download",
      "description": "Download YouTube videos instantly",
      "url": "/youtube-video-download",
      "icons": [{"src": "/cutflux-v2.png", "sizes": "512x512"}]
    },
    {
      "name": "Video to MP3",
      "short_name": "MP3",
      "description": "Convert YouTube videos to MP3",
      "url": "/youtube-to-mp3", 
      "icons": [{"src": "/cutflux-v2.png", "sizes": "512x512"}]
    },
    {
      "name": "Transcript Generator",
      "short_name": "Transcript",
      "description": "Get YouTube video transcripts", 
      "url": "/youtube-transcript-generator",
      "icons": [{"src": "/cutflux-v2.png", "sizes": "512x512"}]
    }
  ]
}
