Hexen

Hexen

Fantasy first-person shooter

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hexen",
  "short_name": "Hexen",
  "description": "Fantasy first-person shooter",
  "version": "1.6.3",
  "minimum_chrome_version": "88",
  "manifest_version": 3,
  "offline_enabled": true,
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/hhexen-16.png"
    }
  },
  "icons": {
    "16": "icons/hhexen-16.png",
    "22": "icons/hhexen-22.png",
    "24": "icons/hhexen-24.png",
    "32": "icons/hhexen-32.png",
    "36": "icons/hhexen-36.png",
    "48": "icons/hhexen-48.png",
    "64": "icons/hhexen-64.png",
    "72": "icons/hhexen-72.png",
    "96": "icons/hhexen-96.png",
    "128": "icons/hhexen-128.png",
    "192": "icons/hhexen-192.png"
  },
  "platforms": [
    {
      "nacl_arch": "x86-64",
      "sub_package_path": "_platform_specific/x86-64/"
    },
    {
      "nacl_arch": "x86-32",
      "sub_package_path": "_platform_specific/x86-32/"
    },
    {
      "nacl_arch": "arm",
      "sub_package_path": "_platform_specific/arm/"
    }
  ]
}