{
  "name": "SatyaFind — AI Fake Detector",
  "short_name": "SatyaFind",
  "description": "Detect fake images, videos and deepfakes using AI",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#fff9fb",
  "theme_color": "#e91e63",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/screen1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SatyaFind Homepage"
    }
  ],
  "categories": ["utilities", "productivity", "security"],
  "lang": "en",
  "dir": "auto",
  "shortcuts": [
    {
      "name": "Check Image",
      "short_name": "Image",
      "description": "Check if image is fake or real",
      "url": "/index.html#upload",
      "icons": [{"src": "icons/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Check URL",
      "short_name": "URL",
      "description": "Check social media link",
      "url": "/index.html#url",
      "icons": [{"src": "icons/icon-96.png", "sizes": "96x96"}]
    }
  ]
}