{
  "name": "TrueStream — Verify what your feed is telling you",
  "short_name": "TrueStream",
  "description": "Multi-agent fact-checking for social-media videos. Share any YouTube, TikTok, Instagram, X, or Facebook video and get a verdict backed by authoritative sources.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F9F9F8",
  "theme_color": "#09090B",
  "categories": ["news", "productivity", "utilities", "education"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Trending fact-checks",
      "short_name": "Trending",
      "description": "See the most-checked videos this hour",
      "url": "/?view=trending",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
