xGames New Tab

xGames New Tab

Play more than 10 000 free online games directly on New Tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.2",
  "name": "xGames New Tab",
  "description": "Play more than 10 000 free online games directly on New Tab!",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "https://www.x-games.net/*"
  ],
  "icons": {
    "16": "img/ico16.png",
    "19": "img/ico19.png",
    "32": "img/ico32.png",
    "48": "img/ico48.png",
    "128": "img/ico128.png"
  }
}