{
  "name": "Haulist",
  "short_name": "Haulist",
  "description": "Save now, decide later. Haulist remembers everything you wanted.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1A3A6B",
  "theme_color": "#1A3A6B",
  "share_target": {
    "action": "/add",
    "method": "GET",
    "params": {
      "url": "url",
      "title": "title",
      "text": "text"
    }
  },
  "icons": [
    {
      "src": "/stash-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/stash-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}