CerberusXTab

CerberusXTab

Keep all your CerberusX compiles running in one tab. Also supports MonkeyX... and Treebeard!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CerberusXTab",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Keep all your CerberusX compiles running in one tab. Also supports MonkeyX... and Treebeard!",
  "icons": {
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png",
    "256": "images/icon256.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/enabled16.png"
    },
    "default_title": "Toggle Enabled"
  },
  "background": {
    "scripts": [
      "cerberusxtab.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "http://localhost/MonkeyGame.html",
    "http://localhost/CerberusGame.html",
    "http://localhost/TreebeardApp.html"
  ],
  "devtools_page": "devtools/devtools.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}