GLab Enhancer Firefox

Examine source code of GLab Enhancer

By: Puyt Add-on
Inspect and view changes in GLab Enhancer source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "GLab Enhancer",
  "version": "3.0.0",
  "description": "A browser extension that enhances your GitLab experience.",
  "manifest_version": 3,
  "author": "Sven Depondt",
  "icons": {
    "16": "images/glab-enhancer-16.png",
    "48": "images/glab-enhancer-48.png",
    "128": "images/glab-enhancer-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gitlab-enhancer@example.com",
      "strict_min_version": "58.0"
    }
  },
  "permissions": [
    "activeTab",
    "alarms",
    "notifications",
    "storage"
  ],
  "optional_permissions": [
    "scripting",
    "webRequest",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/main.js",
        "assets/main.css",
        "assets/SvgLogo.js",
        "assets/SvgLogo.*.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "GLab Enhancer",
    "default_icon": {
      "16": "images/glab-enhancer-16.png",
      "48": "images/glab-enhancer-48.png",
      "128": "images/glab-enhancer-128.png"
    }
  }
}

Best GLab Enhancer Alternatives

Here are some Firefox add-ons that are similar to GLab Enhancer: