{
  "name": "Anthora",
  "short_name": "Anthora",
  "description": "Your taste, in one place.",
  "start_url": "/feed",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0D1B2A",
  "theme_color": "#0D1B2A",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Create a list",
      "url": "/create",
      "description": "Start a new shelf"
    },
    {
      "name": "My archive",
      "url": "/saved",
      "description": "View your saved lists"
    }
  ]
}
