Platformer

Platformer

Platformer: An ice themed platformer game that will keep you entertained in some free time or when you are offline. Earn points by…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Platformer",
  "version": "1.0.0",
  "browser_action": {
    "default_icon": {
      "32": "assets/icon32.png"
    },
    "default_title": "Platformer",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ]
}