Super Julio 3 Christmas Edition

The Super Mario style platformer returns with a Christmas theme! Collect items, jump or shoot enemies; arrows - move, SPACE - shoot.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.0.0.28",
  "offline_enabled": true,
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://superjulio3christmasadventure.fungadgets.info/"
    ],
    "launch": {
      "web_url": "http://superjulio3christmasadventure.fungadgets.info/superjulio3christmasadventure.htm"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}