{
  "name": "Truelify",
  "short_name": "Truelify",
  "description": "AI-powered fact-checking platform helping users verify claims and combat misinformation.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/images/app-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "utilities", "news"],
  "screenshots": [
    {
      "src": "/images/app-verify.png",
      "sizes": "500x1085",
      "type": "image/png",
      "label": "Truelify verify screen"
    },
    {
      "src": "/images/app-verdict.png", 
      "sizes": "500x1085",
      "type": "image/png",
      "label": "Truelify verdict screen"
    },
    {
      "src": "/images/app-report.png",
      "sizes": "500x1085", 
      "type": "image/png",
      "label": "Truelify multi-claim report"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Check",
      "short_name": "Check",
      "description": "Start a new fact-check",
      "url": "/check",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "View your check history",
      "url": "/history",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "web",
      "url": "https://truelify.ai"
    }
  ]
}