Pin for GitHub Firefox

Examine source code of Pin for GitHub

Inspect and view changes in Pin for GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pin for GitHub",
  "version": "1.2",
  "description": "Pin repositories on GitHub for later without having to star them",
  "homepage_url": "https://github.com/vantezzen/pinforgithub",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "*://github.com/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "pinned-list.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "pinforgithub@vantezzen.io"
    }
  }
}

Best Pin for GitHub Alternatives

Here are some Firefox add-ons that are similar to Pin for GitHub: