Crossy Road Game unblocked

Crossy Road Game unblocked

Crossy Road game unbloked: endless arcade with funny frog character

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crossy Road Game unblocked",
  "description": "Crossy Road game unbloked: endless arcade with funny frog character",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "contextMenus"
  ],
  "version": "2.0.1",
  "action": {
    "default_icon": "icon/frog.png",
    "default_title": "Crossy Road game"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/libs/script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/*"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "js/gro.js"
  },
  "icons": {
    "32": "icon/frog.png",
    "128": "icon/ico.png"
  }
}