Jira Optimizer Firefox

Examine source code of Jira Optimizer

Inspect and view changes in Jira Optimizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "1.3.0",
  "default_locale": "en_US",
  "description": "__MSG_extDesc__",
  "name": "__MSG_extName__",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.atlassian.net/*",
        "*://*/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon24.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jira-expand-workspace@exemplo.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "default_popup": "popup.html",
  "action": {
    "default_icon": "icons/icon48.png",
    "default_popup": "popup.html",
    "default_title": "Jira Optimizer"
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  }
}

Best Jira Optimizer Alternatives

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