Jira Comment Visibility Firefox

Examine source code of Jira Comment Visibility

Inspect and view changes in Jira Comment Visibility source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Jira Comment Visibility",
  "version": "1.0.0",
  "description": "Acts as a default comment visibility setting for Jira. Default settings are for our company internal instance for now",
  "homepage_url": "https://github.com/b-boehne/jira-comment-visibility",
  "manifest_version": 2,
  "minimum_chrome_version": "88",
  "browser_specific_settings": {
    "gecko": {
      "id": "jira-comment-visibility@example.com"
    }
  },
  "browser_action": {
    "default_popup": "popup.2bfbb224.html"
  },
  "icons": {
    "128": "icon.27693426.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.atlassian.net/browse/*",
        "https://*.atlassian.net/jira/*"
      ],
      "js": [
        "content.fbfa5554.js"
      ],
      "css": [
        "content.1a998bdd.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.06ba8436.js"
    ]
  },
  "web_accessible_resources": []
}

Best Jira Comment Visibility Alternatives

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