{
  "name": "ProofCam — Reality Proof Camera",
  "short_name": "ProofCam",
  "start_url": "proofcam_app.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#08080f",
  "theme_color": "#08080f",
  "description": "Capture photos that can be cryptographically proven real — not AI-generated, not edited. Invisible Fortress watermark + signed on-device provenance.",
  "categories": ["photo", "utilities", "security"],
  "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 maskable" }
  ],
  "shortcuts": [
    { "name": "Verify a photo", "short_name": "Verify", "url": "proofverify.html", "description": "Check if a photo is real" }
  ]
}
