{
  "name": "ScamGuard",
  "short_name": "ScamGuard",
  "description": "Check a phone number, link, or profile for scam signals in plain language, and keep a private history of what you've checked.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "theme_color": "#1D4E89",
  "background_color": "#FFFFFF",
  "categories": ["security", "utilities"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Check a phone number",
      "short_name": "Check phone",
      "description": "Check whether a phone number looks like a scam",
      "url": "/check/phone-lookup",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Check a link",
      "short_name": "Check link",
      "description": "Check whether a link or domain looks like a scam",
      "url": "/check/domain-risk",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
