{
  "name": "FullScreenNoTouch",
  "description": "An app container to give a full screen experience and the ability to ignore touch events",
  "start_url": "./App.js",
  "lang": "en-US",
  "theme_color": "#ffffff",
  "display": "standalone",
  "icons": [
    {
      "src": "fullscreen-no-touch-192.png"
    },
    {
      "src": "fullscreen-no-touch-256.png",
      "sizes": "256x256"
    },
    {
      "src": "fullscreen-no-touch-64.png",
      "sizes": "64x64"
    }
  ]
}