GitHub Codeowners Firefox

Examine source code of GitHub Codeowners

제작자: TombWater Add-on
Inspect and view changes in GitHub Codeowners source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Codeowners",
  "version": "0.8.0",
  "description": "Decorate GitHub PR pages with code ownership and approval status.",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "action": {
    "default_title": "GitHub Codeowners"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-codeowners@mindgear.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 GitHub Codeowners 대안

다음은 GitHub Codeowners과(와) 유사한 Firefox add-on입니다: