Cyrillatin

Cyrillatin

Allows conversion of latin phonics to cyrillic characters and vice versa.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Cyrillatin",
  "description": "Allows conversion of latin phonics to cyrillic characters and vice versa.",
  "version": "1.321",
  "icons": {
    "16": "icons/logo_2_16.png",
    "48": "icons/logo_2_48.png",
    "128": "icons/logo_2_128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Cyrillatin"
  }
}