{
  "name": "VerumVerify — Real-Time Fact Verification",
  "short_name": "VerumVerify",
  "description": "AI-powered news verification platform. Real-time analysis, bias detection, and deep verification to shield you from misinformation.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone"],
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["news", "education", "utilities"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "scope_extensions": [
    { "origin": "https://verumverify.com" },
    { "origin": "https://www.verumverify.com" }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+verumverify",
      "url": "/?url=%s"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    { "src": "/icon-72x72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "/icon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/icon-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icon-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Fact Check", "short_name": "Check", "description": "Start a new fact-check", "url": "/dashboard", "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }] },
    { "name": "My History", "short_name": "History", "description": "View my past fact-checks", "url": "/dashboard?tab=my", "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }] }
  ],
  "screenshots": [
    { "src": "/screenshots/landing_page_1280x720.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "Landing page — AI-Powered Fact Verification" },
    { "src": "/screenshots/desktop_feed.jpg", "sizes": "1920x1080", "type": "image/jpeg", "form_factor": "wide", "label": "Dashboard feed with verified articles" },
    { "src": "/screenshots/app_feed_750x1334.png", "sizes": "750x1334", "type": "image/png", "form_factor": "narrow", "label": "Mobile dashboard with live feed and stats" },
    { "src": "/screenshots/full_analysis_2.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Full article analysis with sources" }
  ]
}
