Rtl fix

Rtl fix

Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Rtl fix",
  "description": "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages",
  "version": "1.2",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}