Momo Platformer

Momo Platformer

A platformer!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Momo Platformer",
  "description": "A platformer!",
  "version": "0.6",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "jquery-3.2.1.js"
    ],
    "persistent": false
  }
}