EasyFa

EasyFa

Corrects Farsi sentences typed with English keyboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "EasyFa",
  "version": "3.0",
  "description": "Corrects Farsi sentences typed with English keyboard.",
  "icons": {
    "16": "easyFa-16x16.png",
    "128": "easyFa-128x128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "omnibox": {
    "keyword": "."
  },
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "action": {},
  "commands": {
    "convert-current-text": {
      "suggested_key": {
        "default": "Ctrl+Shift+Period"
      },
      "description": "Converts current text"
    }
  }
}