GitLab Web Debugger

GitLab Web Debugger

Allows easy debugging of GitLab.com (and other official GitLab instances)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GitLab Web Debugger",
  "version": "1.3.2",
  "manifest_version": 2,
  "description": "Allows easy debugging of GitLab.com (and other official GitLab instances)",
  "homepage_url": "https://gitlab.com/T4cC0re/gitlab-web-debugger",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "page_action": {
    "default_icon": "icons/icon48.png",
    "default_title": "Show GitLab debug information",
    "default_popup": "src/pageaction.html"
  },
  "permissions": [
    "storage",
    "notifications",
    "clipboardWrite",
    "webRequest",
    "https://gitlab.com/",
    "https://*.gitlab.com/",
    "https://*.gitlab.net/",
    "https://*.gitlab.org/"
  ]
}