JIRA Standup Mode Firefox

Examine source code of JIRA Standup Mode

By: Jamedjo
Inspect and view changes in JIRA Standup Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JIRA Standup Mode",
  "version": "2.4.2",
  "description": "Standup mode to show kanban board with more vertical space",
  "browser_action": {
    "default_icon": "icon_16.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "dist/css/content.css",
        "dist/css/standup.css"
      ],
      "js": [
        "dist/js/index.js"
      ],
      "matches": [
        "https://*.atlassian.net/*"
      ]
    }
  ],
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "https://*.atlassian.net/*",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jira-standup-mode@jamedjo.example.com"
    }
  }
}

Best JIRA Standup Mode Alternatives

Here are some Firefox add-ons that are similar to JIRA Standup Mode: