{
  "name": "BulkTik - Bulk TikTok Video Downloader",
  "short_name": "BulkTik",
  "description": "Download single or multiple TikTok videos without watermark in HD quality. Free bulk TikTok downloader for all devices.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#066DE8",
  "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": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Single Download",
      "short_name": "Single",
      "description": "Download a single TikTok video",
      "url": "/?mode=single",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bulk Download",
      "short_name": "Bulk",
      "description": "Download multiple TikTok videos",
      "url": "/?mode=bulk",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
