Games alejo

Juegos educativos
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Games alejo",
  "description": "Juegos educativos",
  "version": "0.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://game.hlo21.com/*",
        "https://game.hlo21.com/*"
      ],
      "js": [
        ""
      ]
    }
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "tabs",
    "webview",
    "pointerLock",
    "geolocation",
    "videoCapture",
    "fullscreen"
  ],
  "icons": {
    "16": "calculator-16.png",
    "128": "calculator-128.png"
  }
}