Jira Cloud RTL Firefox

Examine source code of Jira Cloud RTL

Inspect and view changes in Jira Cloud RTL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Jira RTL",
  "description": "Automatically aligns RTL text in Atlassian Jira.",
  "version": "1.0.3",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.atlassian.net/*",
        "https://home.atlassian.com/*"
      ],
      "js": [
        "assets/browser-polyfill.min.js",
        "assets/jira-rtl.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.atlassian.net/*",
        "https://home.atlassian.com/*"
      ],
      "resources": [
        "assets/jira-rtl.css"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@jira-rtl.Or-Liran",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Jira Cloud RTL Alternatives

Here are some Firefox add-ons that are similar to Jira Cloud RTL: