{
    "background_color": "#000000",
    "theme_color": "#000000",
    "description": "Displays the historical and current bitcoin price.",
    "display": "standalone",
    "icons": [
        {
          "src": "/static/images/bitcoin-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        },
        {
          "src": "/static/images/bitcoin-256x256.png",
          "sizes": "256x256",
          "type": "image/png"
        },
        {
          "src": "/static/images/bitcoin-512x512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ],
    "name": "Bitcoin Price",
    "short_name": "Price",
    "start_url": "/bitcoin/price",
    "scope": "/bitcoin/price"
  }