{
  "name": "ClipX — Mobile AI Video Clipper",
  "short_name": "ClipX",
  "description": "Mobile-first AI video clipper. Paste a YouTube link, pick a 9:16 template, and export ready-to-post for TikTok, Reels, and Shorts — all from your phone.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "categories": ["productivity", "social", "video", "photo"],
  "icons": [
    {
      "src": "/Logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/Logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "New clip",
      "short_name": "New",
      "description": "Paste a YouTube link and clip it",
      "url": "/dashboard?action=new",
      "icons": [{ "src": "/Logo.png", "sizes": "192x192" }]
    },
    {
      "name": "My clips",
      "short_name": "Clips",
      "description": "View your generated clips",
      "url": "/dashboard",
      "icons": [{ "src": "/Logo.png", "sizes": "192x192" }]
    }
  ]
}
