GitLab - Tree view Firefox

Examine source code of GitLab - Tree view

Inspect and view changes in GitLab - Tree view source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitLab - Tree view for code",
  "homepage_url": "https://github.com/tomasbonco/gitlabtree",
  "author": "Tomáš Bončo",
  "version": "1.0.2resigned1",
  "manifest_version": 2,
  "description": "Provides folder structure view for code in GitLab.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "page_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/index.js"
      ],
      "css": [
        "dist/style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cd0cb856-c7f8-4f8c-b277-31d3875bc48d}"
    }
  }
}

Best GitLab - Tree view Alternatives

Here are some Firefox add-ons that are similar to GitLab - Tree view: