{
  "name": "ScamKit \u2014 Check If a Link Is a Scam",
  "short_name": "ScamKit",
  "description": "Free scam safety tools. Paste a suspicious link or message and get a plain-English risk check in seconds.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#22d3ee",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/img/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": [
    "security",
    "utilities"
  ],
  "lang": "en",
  "shortcuts": [
    {
      "name": "Check a Link",
      "short_name": "Link",
      "description": "Analyze a suspicious URL.",
      "url": "/pages/url.html",
      "icons": [
        {
          "src": "/assets/img/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Check a Message",
      "short_name": "Message",
      "description": "Scan suspicious text messages.",
      "url": "/pages/message-checker.html",
      "icons": [
        {
          "src": "/assets/img/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Check a Phone Number",
      "short_name": "Phone",
      "description": "Scan suspicious phone numbers.",
      "url": "/pages/phone.html",
      "icons": [
        {
          "src": "/assets/img/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Shop",
      "short_name": "Shop",
      "description": "Open ScamKit guides and templates.",
      "url": "/pages/shop.html",
      "icons": [
        {
          "src": "/assets/img/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
