{
  "id": "/",
  "name": "SnapPad",
  "short_name": "SnapPad",
  "description": "Annotate, call out, redact and export screenshots in the browser — the same editor on every platform.",
  "start_url": "./app",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": ["graphics", "productivity", "utilities"],
  "launch_handler": { "client_mode": "focus-existing" },
  "icons": [
    { "src": "./favicon.svg", "sizes": "any", "type": "image/svg+xml" },
    {
      "src": "./icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
