{
  "name": "backed",
  "short_name": "backed",
  "description": "Reviews from people who share your taste.",
  "start_url": "/discover",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F5F4F1",
  "theme_color": "#F5F4F1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}