smash.gg Japanese Tag Romanizer

smash.gg Japanese Tag Romanizer

Translate Japanese tags on smash.gg with a simple mouseover!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "smash.gg Japanese Tag Romanizer",
  "description": "Translate Japanese tags on smash.gg with a simple mouseover!",
  "version": "0.5.4",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.smash.gg/*",
        "https://*.start.gg/*"
      ],
      "css": [
        "tooltip.css"
      ],
      "js": [
        "translator.js"
      ]
    },
    {
      "matches": [
        "https://*.challonge.com/*"
      ],
      "js": [
        "translator-challonge.js"
      ]
    }
  ],
  "action": {
    "default_title": "Click to refresh irregular romanizations"
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}