Qbert Chrome

Qbert Chrome

Jump the cubes with Qbert a classic Arcade Game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Qbert Chrome",
  "manifest_version": 2,
  "short_name": "qbert chrome",
  "description": "Jump the cubes with Qbert a classic Arcade Game",
  "version": "1.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "qbert16.png"
  },
  "icons": {
    "128": "qbert128.png"
  }
}