Catch Cat

Catch Cat

Can you catch it? Surround the Cat!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icons/icon_19.png",
    "default_popup": "files/game.html"
  },
  "default_locale": "zh_CN",
  "description": "__MSG_description__",
  "icons": {
    "16": "icons/icon_16.png",
    "19": "icons/icon_19.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "2.1"
}