GitLab Details Sidebar Firefox

Examine source code of GitLab Details Sidebar

Inspect and view changes in GitLab Details Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitLab Details Sidebar",
  "description": "Adding a details view to the sidebar of GitLab boards",
  "version": "0.6.0",
  "manifest_version": 2,
  "icons": {
    "16": "icon@16.png",
    "32": "icon@32.png",
    "48": "icon@48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://gitlab.com/*"
      ],
      "run_at": "document_idle",
      "all_frames": false,
      "js": [
        "board-enhancement.js"
      ],
      "css": [
        "board-enhancement.css"
      ]
    }
  ],
  "permissions": [
    "https://gitlab.com/*",
    "contextMenus",
    "activeTab",
    "webRequest",
    "webRequestBlocking"
  ],
  "optional_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4df68d77-cf6d-4ac4-829d-9ff46fedd628}"
    }
  }
}

Best GitLab Details Sidebar Alternatives

Here are some Firefox add-ons that are similar to GitLab Details Sidebar: