{
  "name": "DeepFake Reveal",
  "short_name": "DeepFake",
  "description": "Check if videos are real or fake - one tap. AI-powered deepfake detection and media verification.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0A0F",
  "theme_color": "#FF3333",
  "orientation": "portrait",
  "id": "/",
  "categories": ["news", "security", "utilities"],
  "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.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Scan",
      "short_name": "Scan",
      "description": "Quickly scan media for deepfakes",
      "url": "/quick",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Fact Check",
      "short_name": "Facts",
      "description": "Check claims and articles for accuracy",
      "url": "/fact-check",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Podcast Verify",
      "short_name": "Podcast",
      "description": "Verify podcast and audio content",
      "url": "/podcast",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
