Unblocked Games 76

Unblocked Games 76

Play Unblocked Games Online for Free on your browser using Unblocked Games 76!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Unblocked Games 76",
  "short_name": "Unblocked Games",
  "description": "Play Unblocked Games Online for Free on your browser using Unblocked Games 76!",
  "version": "1.0.8",
  "homepage_url": "https://unblockedgames76.co/",
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestAuthProvider",
    "offscreen",
    "background"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "extension_ids": [
        "*"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "offline_enabled": true,
  "author": "Unblocked Games 76",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Unblocked Games",
    "default_icon": {
      "32": "images/32.png",
      "48": "images/48.png",
      "64": "images/64.png",
      "128": "images/128.png"
    }
  },
  "background": {
    "service_worker": "service.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.unblockedgames76.co/?r=t"
      ],
      "run_at": "document_end",
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "icons": {
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  }
}