{
  "name": "ClipTok - TikTok Media Downloader",
  "short_name": "ClipTok",
  "description": "Download TikTok videos, photos, live photos, and audio without watermark.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "icons": [
    {
      "src": "/icon",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-bg.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "prefer_related_applications": false,
  "categories": [
    "utilities",
    "photo",
    "video",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Download Media",
      "short_name": "Download",
      "description": "Paste or share a TikTok link to ClipTok.",
      "url": "/?shortcut=download",
      "icons": [
        {
          "src": "/icon",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}
