Play free online games!

Play free online games!

Play free online games! We have over 1000 free games including puzzles, sports, strategy, arcade, and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "3.1.3",
  "default_locale": "es",
  "action": {
    "default_icon": {
      "16": "./img/icon_16.png",
      "48": "./img/icon_48.png",
      "128": "./img/icon_128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "./img/icon_16.png",
    "48": "./img/icon_48.png",
    "128": "./img/icon_128.png"
  },
  "service_worker": {
    "script": "background.js"
  },
  "permissions": [
    "contextMenus"
  ]
}