AirConsole

AirConsole

AirConsole is the new way to play with together with friends. Your smartphones are the gamepads. Your computer is the console. No…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AirConsole",
  "version": "1.0",
  "permissions": [
    "webview",
    "pointerLock",
    "geolocation",
    "videoCapture",
    "fullscreen",
    "power"
  ],
  "icons": {
    "128": "icon.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  }
}