{
  "id": "./",
  "name": "PlayZone HTML5 Games",
  "short_name": "PlayZone",
  "description": "Play free browser games on desktop and mobile.",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#07111f",
  "theme_color": "#07111f",
  "categories": [
    "games",
    "entertainment"
  ],
  "shortcuts": [
    {
      "name": "All Games",
      "short_name": "Games",
      "url": "./games.php"
    },
    {
      "name": "Recently Played",
      "short_name": "Recent",
      "url": "./recently-played/"
    }
  ],
  "icons": [
    {
      "src": "assets/images/default-game.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}