{
  "name": "X Content Extractor",
  "short_name": "X Extract",
  "description": "Extract text & images from X/Twitter posts. Free, no login.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0d0d0d",
  "theme_color": "#0d0d0d",
  "categories": ["utilities", "productivity"],
  "dir": "ltr",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/api/pwa-icon?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa-icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa-icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Extract from link",
      "short_name": "Extract",
      "url": "/?source=pwa",
      "icons": [
        {
          "src": "/api/pwa-icon?size=192",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
