{
  "name": "Blurrrer — Sanitize before ChatGPT sees it",
  "short_name": "Blurrrer",
  "description": "One-tap clipboard sanitizer. Redacts emails, keys, tokens and PII before you paste into an LLM.",
  "id": "/sanitize",
  "start_url": "/sanitize?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b0f",
  "theme_color": "#0b0b0f",
  "icons": [
    { "src": "/pwa-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Sanitize clipboard", "url": "/sanitize?src=shortcut", "icons": [{ "src": "/pwa-192.png", "sizes": "192x192" }] }
  ]
}
