Homoglyphi.cc

Homoglyphi.cc

Homoglyphi.cc obfuscates and beautifies latin characters. Enter text in any box, click the button, see the transformation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Homoglyphi.cc",
  "version": "0.2.0",
  "homepage_url": "http://www.homoglyphi.cc",
  "icons": {
    "19": "img/icon.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "description": "Homoglyphi.cc obfuscates and beautifies latin characters. Enter text in any box, click the button, see the transformation.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "data-clear.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Homoglyphi.cc",
    "default_icon": "img/icon.png"
  },
  "manifest_version": 2
}