PunyCode Converter

PunyCode Converter

Helper for convert to/from PunyCode

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionTitle__",
  "version": "1.0.0.0",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "36": "/i/ico-36.png",
    "48": "/i/ico-48.png",
    "64": "/i/ico-64.png",
    "128": "/i/ico-128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "/i/tb-icon-19.png",
      "38": "/i/tb-icon-38.png"
    },
    "default_title": "__MSG_extensionTitle__",
    "default_popup": "/popup.html"
  }
}