{
  "name": "Scam Shield India",
  "short_name": "ScamShield",
  "description": "Your pocket cybersecurity toolkit for India",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0e0a",
  "theme_color": "#00ff41",
  "lang": "en-IN",
  "categories": ["security", "utilities"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Check URL",
      "short_name": "URL Check",
      "url": "/url-check.html",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Check Message",
      "short_name": "Text Scan",
      "url": "/text-scam.html",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Check UPI ID",
      "short_name": "UPI Check",
      "url": "/upi-phone.html",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
