{
  "name": "QuickSaveX - Fast Twitter & X Video Downloader",
  "short_name": "QuickSaveX",
  "description": "Download Twitter (X) videos, MP3 audio, and GIFs in 1080p HD, 720p, and MP3. 100% Free & Fast.",
  "start_url": "/?pwa=1",
  "display": "standalone",
  "background_color": "#0284c7",
  "theme_color": "#0284c7",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Extract X Video",
      "url": "/?action=paste",
      "description": "Quickly extract a video from clipboard link"
    },
    {
      "name": "MP3 Audio Converter",
      "url": "/p/convert-twitter-video-to-mp3-audio",
      "description": "Convert tweet videos into high bitrate MP3"
    }
  ]
}
