JiraRTL

JiraRTL

Enables well aligned and properly established direction of Hebrew and Arabic RTL text in Jira.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JiraRTL",
  "short_name": "JiraRTL",
  "version": "0.0.0.9",
  "manifest_version": 2,
  "description": "Enables well aligned and properly established direction of Hebrew and Arabic RTL text in Jira.",
  "icons": {
    "16": "images/jira-rtl-16x16.png",
    "32": "images/jira-rtl-32x32.png",
    "48": "images/jira-rtl-48x48.png",
    "64": "images/jira-rtl-64x64.png",
    "128": "images/jira-rtl-128x128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/jira-rtl-off-16x16.png",
      "32": "images/jira-rtl-off-32x32.png",
      "48": "images/jira-rtl-off-48x48.png",
      "64": "images/jira-rtl-off-64x64.png",
      "128": "images/jira-rtl-off-128x128.png"
    },
    "default_title": "JiraRTL",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "load.js",
    "rtl.js",
    "rtl.css"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webNavigation",
    "activeTab",
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}