Super Rocket Buddy

Super Rocket Buddy

Super Rocket Buddy is a nice little online game where you will be firing your heroes from a canon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Super Rocket Buddy",
  "manifest_version": 2,
  "description": "Super Rocket Buddy is a nice little online game where you will be firing your heroes from a canon.",
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "version": "1",
  "browser_action": {},
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  }
}