UTF-8 converter

UTF-8 converter

Add a context menu option to convert selected text to UTF-8

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UTF-8 converter",
  "description": "Add a context menu option to convert selected text to UTF-8",
  "version": "1.0",
  "homepage_url": "https://github.com",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/fred.png",
    "32": "icons/fred.svg"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardWrite"
  ]
}