GitHub Colorful Contributions Firefox

Examine source code of GitHub Colorful Contributions

제작자: G1en
Inspect and view changes in GitHub Colorful Contributions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "6.1.0",
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://github.com/*"
  ],
  "action": {
    "default_state": "disabled",
    "default_title": "GitHub Colorful Contributions",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "/js/obelisk.min.js",
        "/js/browser-polyfill.min.js",
        "/js/content_script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-colorful-contributions@app.g1en.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

최고의 GitHub Colorful Contributions 대안

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