{
  "name": "TW Downloader",
  "short_name": "TW Downloader",
  "description": "Download Twitter videos, convert to MP3, and edit with AI",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3498db",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["utilities", "multimedia"],
  "shortcuts": [
    {
      "name": "Download Video",
      "short_name": "Download",
      "description": "Download Twitter video",
      "url": "/",
      "icons": [{ "src": "/favicon/favicon-48x48.png", "sizes": "48x48" }]
    }
  ]
}
