Unblocked Games Premium

Unblocked Games Premium

Unblocked Games Premium - Unblock & Play Premium Online Games Directly in Your Web Browser, for Free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "16": "images/16px.png",
      "48": "images/48px.png",
      "128": "images/logo.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "host_permissions": [
    "https://educatefarm.in/"
  ],
  "icons": {
    "16": "images/16px.png",
    "48": "images/48px.png",
    "128": "images/logo.png"
  },
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "short_name": "Unblocked Games Premium",
  "name": "__MSG_extName__",
  "version": "1.2.3"
}