Unblocked Games 67

Unblocked Games 67

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

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 67",
  "short_name": "Unblocked Games",
  "description": "Play Unblocked Games Online for Free on your browser using Unblocked Games 67!",
  "version": "1.0.6",
  "homepage_url": "https://unblocked67.com/",
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestAuthProvider",
    "offscreen",
    "background"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "offline_enabled": true,
  "author": "Unblocked Games 67",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Unblocked Games",
    "default_icon": {
      "32": "images/icon.png",
      "48": "images/icon.png",
      "64": "images/icon.png",
      "128": "images/icon.png"
    }
  },
  "background": {
    "service_worker": "service.js"
  },
  "icons": {
    "32": "images/icon.png",
    "48": "images/icon.png",
    "64": "images/icon.png",
    "128": "images/icon.png"
  }
}