{
    "short_name": "Dice",
    "name": "Dice Bag",
    "description": "Dice bag for games with dice",
    "version": "0.0.0.1",
    "manifest_version": 1,
    "background_color": "black",
    "start_url": "/",
    "display": "standalone",
    "icons": [
      {
        "src": "android-72.png",
        "type": "image/png",
        "sizes": "72x72"
      }, {
        "src": "android-192.png",
        "type": "image/png",
        "sizes": "192x192"
      }
    ],
    "app": {
      "launch": {
        "web_url": "https://dice.jaydavis.io/"
      }
    }
  }