{
  "id": "/test4/ps2-strike",
  "name": "PS2-Strike",
  "short_name": "PS2-Strike",
  "description": "PS2-Strike (Counter-Strike)",
  "lang": "en-US",
  "dir": "ltr",

  "start_url": "/test4/",
  "scope": "/test4/",

  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],

  "orientation": "natural",

  "theme_color": "#FFFFFF",
  "background_color": "#5A5A5A",

  "categories": ["games"],

  "launch_handler": {
    "client_mode": "navigate-existing"
  },

  "protocol_handlers": [
    {
      "protocol": "asset",
      "url": "/test4/?asset=%s"
    }
  ],

  "shortcuts": [
    {
      "name": "Open Counter-Strike",
      "short_name": "CS",
      "url": "/test4/index.html?game=cstrike"
    },
    {
      "name": "Open Half-Life",
      "short_name": "HL",
      "url": "/test4/index.html?game=halflife"
    }
  ],

  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
