{
  "name": "NEYVRA",
  "short_name": "NEYVRA",
  "description": "Your relentless chief of staff.",
  "start_url": "/now",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b0b",
  "theme_color": "#0b0b0b",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Capture now", "short_name": "Capture", "url": "/now?capture=1" },
    { "name": "Ask", "short_name": "Ask", "url": "/ask" }
  ],
  "share_target": {
    "action": "/capture/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}