Uyghur Font

Uyghur Font

Plugin to convert all fonts on the website to Uyghur fonts and translate selected text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Davut Kakkuk",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "event.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_title": "Disabled"
  },
  "description": "Plugin to convert all fonts on the website to Uyghur fonts and translate selected text",
  "icons": {
    "16": "icon_16.png",
    "128": "icon128.png"
  },
  "name": "Uyghur Font",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "style.css",
    "*.ttf"
  ]
}