Unblock It

Unblock It

Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Unblock It",
  "description": "Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab.",
  "version": "1.0",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "scripts": [
      "jquery.js",
      "bg.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "games.html"
  },
  "browser_action": {
    "default_icon": "images/icon19.png"
  },
  "icons": {
    "19": "images/icon19.png",
    "48": "images/icon48.png"
  }
}