GitHub Contribution Tracker Firefox

Examine source code of GitHub Contribution Tracker

Inspect and view changes in GitHub Contribution Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.0.2resigned1",
  "name": "GitHub Contribution Tracker",
  "short_name": "GitHub Tracker",
  "manifest_version": 2,
  "description": "Track your coding habbits",
  "author": "Moti Korets",
  "browser_action": {
    "default_title": "git push every day",
    "default_popup": "popup.html",
    "default_icon": {
      "19": "img/19.png",
      "38": "img/38.png"
    }
  },
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "48": "img/48.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "secrets.ff.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "https://github.com/*",
    "https://api.github.com/*",
    "identity",
    "tabs"
  ],
  "content_security_policy": " object-src 'self'; script-src 'self'; connect-src https://github.com https://api.github.com; img-src https://*.githubusercontent.com",
  "applications": {
    "gecko": {
      "id": "daily-ship@moti.co"
    }
  }
}

Best GitHub Contribution Tracker Alternatives

Here are some Firefox add-ons that are similar to GitHub Contribution Tracker: