{
  "name": "The Nook",
  "short_name": "Nook",
  "description": "Save first. Digest later. Turn the good ones into drafts.",
  "start_url": "/capture",
  "display": "standalone",
  "background_color": "#FAF9F7",
  "theme_color": "#1A1916",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "share_target": {
    "action": "/capture",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
