GitLab Notifications Button Firefox

Examine source code of GitLab Notifications Button

Inspect and view changes in GitLab Notifications Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitLab Notifications Button",
  "version": "0.0.2",
  "manifest_version": 3,
  "description": "An extension to add notification button to /dashboard/merge-requests",
  "homepage_url": "https://gitlab.com/abhayvashokan/gitlab-notifications-button",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://gitlab.com/*",
    "http://localhost:3000/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://gitlab.com/*",
        "http://localhost:3000/*"
      ],
      "js": [
        "src/inject/inject.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{22ee583f-a319-4d3b-bffe-92bb3ac045e1}",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "websiteActivity"
        ],
        "optional": []
      }
    }
  }
}

Meilleures alternatives GitLab Notifications Button

Voici quelques Firefox add-ons qui sont similaires à GitLab Notifications Button :