{
  "name": "Dubloons",
  "short_name": "Dubloons",
  "description": "Struck metal coins carrying a QR code we host. Scan a Dubloon and it opens whatever that coin is for — an album, a film, a gallery, a game. The metal never changes; what sits behind it can, forever.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#05080a",
  "theme_color": "#05080a",
  "icons": [
    {
      "src": "/static/img/icons/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/static/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
