{
  "id": "/?source=pwa",
  "name": "ScamCheck by Find Love Safely",
  "short_name": "ScamCheck",
  "description": "Free AI scam checker for texts, DMs, and screenshot messages. Built for everyone — especially adults with IDD (Intellectual and Developmental Disabilities).",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#000932",
  "background_color": "#000932",
  "lang": "en",
  "dir": "ltr",
  "categories": ["utilities", "lifestyle", "social"],
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Check a text message",
      "short_name": "Check text",
      "description": "Paste or type a message to check for scams",
      "url": "/?mode=text&source=shortcut",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Check a screenshot",
      "short_name": "Check picture",
      "description": "Upload or paste a screenshot to check for scams",
      "url": "/?mode=picture&source=shortcut",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Talk to check",
      "short_name": "Talk to check",
      "description": "Speak the message out loud and we'll check it",
      "url": "/?mode=talk&source=shortcut",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/?share=true",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
