Ukraïnśka Latynka | Українська латинка

Ukraïnśka Latynka | Українська латинка

Convert Ukrainian Cyrillic to Latin script

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Ukraïnśka Latynka | Українська латинка",
  "short_name": "Latynka",
  "author": "Pavel paiv Ivashkov",
  "description": "__MSG_extension_description__",
  "version": "1.5.0",
  "default_locale": "en",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "js/content.js"
      ]
    },
    {
      "matches": [
        "https://paiv.github.io/latynka/v1*"
      ],
      "run_at": "document_end",
      "js": [
        "js/github_v1.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "16": "img/icon16.png",
      "32": "img/icon32.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_extension_button_tooltip__"
  },
  "incognito": "split",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}