{
  "name": "Cesta — Shared purchasing",
  "short_name": "Cesta",
  "description": "Curate a list of exact products from any store and share it with someone who can buy them for you.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4a7c59",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/add",
    "method": "GET",
    "params": {
      "url": "url",
      "text": "text",
      "title": "title"
    }
  },
  "shortcuts": [
    {
      "name": "My Cestas",
      "url": "/dashboard",
      "description": "View and manage your Cestas"
    },
    {
      "name": "Shared with Me",
      "url": "/shared",
      "description": "Cestas shared with you"
    }
  ]
}
