GitLab Soft Labels Firefox

Examine source code of GitLab Soft Labels

Inspect and view changes in GitLab Soft Labels source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitLab Soft Labels",
  "version": "1.0.0",
  "description": "Soften the screaming label colors in GitLab for better aesthetic.",
  "homepage_url": "https://gitlab.com/abhayvashokan/gitlab-soft-labels",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://gitlab.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://gitlab.com/*"
      ],
      "js": [
        "src/content.js"
      ],
      "css": [
        "src/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d4896e44-64b3-4a4d-afff-6a2b223d1565}",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "websiteActivity"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "48": "assets/logo-48.png",
    "96": "assets/logo-96.png"
  }
}

Meilleures alternatives GitLab Soft Labels

Voici quelques Firefox add-ons qui sont similaires à GitLab Soft Labels :