{
  "name": "NinzyCompress – 119 Fitur Video Tool",
  "short_name": "NinzyCompress",
  "description": "Kompres, konversi, dan download video TikTok/YouTube langsung dari browser.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#090b10",
  "theme_color": "#5b6ef5",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["photo", "video", "utilities"],
  "launch_handler": { "client_mode": "focus-existing" },
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "media",
          "accept": ["video/*", "image/gif", ".mkv", ".avi", ".flv", ".wmv", ".mov", ".3gp", ".m4v", ".ts", ".ogv", ".gif"]
        }
      ]
    }
  }
}
