Jungle Monkey

Jungle Monkey

Play Jungle Monkey to check how far you reach

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jungle Monkey",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "Play Jungle Monkey to check how far you reach",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "Jungle Monkey",
    "default_popup": "popup.html"
  }
}