{
  "name": "Haven — Private Task Manager",
  "short_name": "Haven",
  "description": "A private, local-first task manager. Tasks are encrypted on your device before they're ever saved.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f7f7f8",
  "theme_color": "#4f46e5",
  "icons": [
    { "src": "/img/favicon-48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "/img/favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/img/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "share_target": {
    "action": "/app.html",
    "method": "GET",
    "params": {
      "title": "share-title",
      "text": "share-text",
      "url": "share-url"
    }
  }
}
