Box Jump

Box Jump

Very Addictive, Challenge Your Friends

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Box Jump",
  "description": "Very Addictive, Challenge Your Friends",
  "version": "1.0",
  "manifest_version": 2,
  "app": {
    "launch": {
      "local_path": "main.html"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  }
}