{
  "name": "ProtectMyCircle",
  "short_name": "PMC",
  "description": "AI-powered scam checker \u2014 protect your family from phishing, fraud, and scam messages.",
  "start_url": "/protect_my_circle_app_v2.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a1e38",
  "theme_color": "#1d6fa4",
  "lang": "en-US",
  "categories": [
    "security",
    "utilities",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "pmc-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pmc-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pmc-icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Check a suspicious message instantly"
    }
  ],
  "shortcuts": [
    {
      "name": "Check a message",
      "short_name": "Check",
      "description": "Paste and check a suspicious message",
      "url": "/protect_my_circle_app_v2.html",
      "icons": [
        {
          "src": "pmc-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Scam alerts",
      "short_name": "Alerts",
      "description": "Latest scam alerts and news",
      "url": "/protectmycircle-blog.html",
      "icons": [
        {
          "src": "pmc-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share-target.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}