{
  "name": "token.dev",
  "short_name": "token.dev",
  "description": "**Prerequisites:** * Node v14+ (We recommend using [nvm](https://github.com/nvm-sh/nvm), and running `nvm install` to setup the correct version of Node) * Yarn - [Install `yarn` globally](https://classic.yarnpkg.com/en/docs/install/) ```shell npm install --global yarn ```",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "purpose": "maskable any",
      "type": "image/svg+xml"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/?standalone=true",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#071B2F",
  "lang": "en"
}