Mutant Genetic Gladiators Tool

Mutant Genetic Gladiators Tool

Mutant Genetic Gladiators Tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mutant Genetic Gladiators Tool",
  "short_name": "MGG-Tool",
  "version": "1.92",
  "description": "Mutant Genetic Gladiators Tool",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "fire-icon-48.png",
    "default_popup": "background.html",
    "default_title": "MGG TOOL is ACTIVE!"
  },
  "content_scripts": [
    {
      "matches": [
        "*://apps.facebook.com/*",
        "*://front-mutants.kobojo.com/*",
        "*://s.cn.kobojo.com/*"
      ],
      "js": [
        "jquery.js",
        "mgg.js"
      ],
      "all_frames": true,
      "css": [
        "mggfs.css"
      ]
    }
  ],
  "icons": {
    "128": "fire-icon-128.png"
  },
  "manifest_version": 2
}