Wu Tang Name Generator | Wu Tang Clan Names

Wu Tang Name Generator | Wu Tang Clan Names

With Wu Tang Name Generator, you can generate hundred's of rap name with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wu Tang Name Generator | Wu Tang Clan Names",
  "description": "With Wu Tang Name Generator, you can generate hundred's of rap name with just one click.",
  "version": "4.0",
  "browser_action": {
    "default_icon": "images/128.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/64.png",
    "128": "images/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://developer.chrome.com/*"
      ],
      "js": [
        "js/wuclan.js",
        "js/jquery-3.1.0.min.js"
      ],
      "css": [
        "css/style.css"
      ]
    }
  ]
}