Eggy Car Unblocked

Eggy Car Unblocked

Eggy Car Unblocked: Play Your Favorite Game from Your Chrome Browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "action": {
    "default_title": "Eggy Car Unblocked",
    "default_icon": "icon/32.png"
  },
  "description": "__MSG_description__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "alarms",
    "storage"
  ],
  "version": "1.6",
  "background": {
    "service_worker": "service_worker.js"
  },
  "name": "__MSG_name__",
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "polyfill/attach.js",
        "polyfill/chrome/*",
        "polyfill/edge/*",
        "polyfill/firefox/*"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "default_locale": "en_US",
  "icons": {
    "32": "icon/32.png",
    "48": "icon/48.png",
    "64": "icon/64.png",
    "128": "icon/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "exclude_matches": [
        "https://www.wikipedia.org/*",
        "https://www.facebook.com/*",
        "https://twitter.com/*",
        "https://www.microsoft.com/*",
        "https://www.youtube.com/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_start"
    }
  ]
}