{
  "name": "Ghostmaxxing — face-recognition camouflage lab",
  "short_name": "Ghostmaxxing",
  "description": "A browser-side lab for testing face-recognition camouflage. Everything runs locally; your face data stays on your device.",
  "id": "/",
  "start_url": "/lab.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#14100c",
  "theme_color": "#14100c",
  "categories": [
    "education",
    "photo",
    "utilities"
  ],
  "icons": [
    {
      "src": "/images/logo/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open the lab",
      "url": "/lab.html",
      "description": "Webcam AR lab"
    },
    {
      "name": "Report a deployment",
      "url": "/report.html",
      "description": "How to leak to us"
    }
  ]
}