Jira Boosted Firefox

Examine source code of Jira Boosted

By: Ankou
Inspect and view changes in Jira Boosted source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Jira Boosted",
  "version": "1.0.0",
  "description": "Améliorez votre expérience JIRA avec des fonctionnalités supplémentaires",
  "browser_specific_settings": {
    "gecko": {
      "id": "jira-boosted@klopez-dev",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://sts-lyon.atlassian.net/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://sts-lyon.atlassian.net/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.css"
      ],
      "matches": [
        "*://sts-lyon.atlassian.net/*"
      ]
    }
  ]
}

Best Jira Boosted Alternatives

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