{
  "short_name": "ReadFile",
  "name": "ReadFile",
  "description": "Read a file, both locally and from a server. The app needs to be run from a server: it will not work in a local browser.",
  "display": "standalone",
  "start_url": "index.html",
  "background_color": "black",
  "theme_color": "black",
  "icons": [
    {
      "src": "nsb/images/72.png",
      "sizes": "72x72"
    },
    {
      "src": "nsb/images/192.png",
      "sizes": "192x192"
    },
    {
      "src": "nsb/images/512.png",
      "sizes": "512x512"
    }
  ]
}