Web Quake

Web Quake

Quake by id Software for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6ZBSt2PX2520oXWQSOrJXbfCMVmgtBFsAnk0feDkb1rT42aIhym0kENWhICYY1ZD8skCBlpeuFcx4Eo5nlVr+dihyUw9f3Rliik2sHceSJbpyqhT0EjQY0bCvqyh6fEWJBFsKAuuazQlbK9gS7H4Zm4yhTbaH+5CEkVQtVXYVLQIDAQAB",
  "short_name": "Quake",
  "name": "Web Quake",
  "description": "Quake by id Software for Chrome",
  "version": "1.0.5",
  "manifest_version": 2,
  "offline_enabled": true,
  "sockets": {
    "udp": {
      "send": [
        ""
      ],
      "bind": [
        ""
      ],
      "multicastMembership": ""
    },
    "tcp": {
      "connect": [
        ""
      ]
    },
    "tcpServer": {
      "listen": [
        ""
      ]
    }
  },
  "permissions": [
    {
      "fileSystem": [
        "write"
      ]
    },
    "pointerLock",
    "system.network",
    "fullscreen",
    "identity",
    "storage",
    "webview",
    "http://*/",
    "https://*/",
    "https://www.googleapis.com/"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "webview": {
    "partitions": [
      {
        "name": "trusted*",
        "accessible_resources": [
          "*.*"
        ]
      }
    ]
  },
  "icons": {
    "16": "earthquake-icone-4663-16.png",
    "32": "earthquake-icone-4663-32.png",
    "48": "earthquake-icone-4663-48.png",
    "64": "earthquake-icone-4663-64.png",
    "96": "earthquake-icone-4663-96.png",
    "128": "earthquake-icone-4663-128.png"
  }
}