RTL support for Jira & Confluence Firefox

Examine source code of RTL support for Jira & Confluence

Inspect and view changes in RTL support for Jira & Confluence source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "RTL support for Jira & Confluence",
  "homepage_url": "https://github.com/danikp/jira-rtl",
  "author": "Dmitry Polyanovsky <web.factory.il@gmail.com>",
  "description": "Chrome extension to provide RTL Support for different Atlassian products (Jira, Confluence and others)",
  "version": "1.0",
  "icons": {
    "16": "images/icon_16x16.png",
    "32": "images/icon_32x32.png",
    "48": "images/icon_48x48.png",
    "128": "images/icon_128x128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jira.rtl.extnsion@example.com",
      "strict_min_version": "109.0"
    }
  },
  "host_permissions": [
    "https://*.atlassian.net/*"
  ],
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://*.atlassian.net/*"
      ],
      "run_at": "document_end"
    }
  ]
}

Best RTL support for Jira & Confluence Alternatives

Here are some Firefox add-ons that are similar to RTL support for Jira & Confluence: