{
  "background_color": "#1a1a1a",
  "description": "GamesCrate is a app where you can play more than 10 thousand online mini-games. It’s an all-in-one gaming app.",
  "dir": "ltr",
  "display": "standalone",
  "name": "GamesCrate",
  "scope": "/",
  "short_name": "GamesCrate",
  "start_url": "/",
  "theme_color": "#1a1a1a",
  "icons": [
    {
      "src": "https://gamescrate.app/public/images/pwa-icon.png",
      "type": "image/png"
    },
    {
      "src": "https://gamescrate.app/public/images/gc_512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "lang": "en",
  "handle_links": "auto",
  "display_override": [
    "window-controls-overlay"
  ],
  "categories": [
    "entertainment",
    "games"
  ]
}