Github Quick Approve Firefox

Examine source code of Github Quick Approve

Inspect and view changes in Github Quick Approve source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Github Quick Approve",
  "version": "1.0.0",
  "description": "Quick approve on your pull request",
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "index.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "https://www.github.com/",
    "http://www.github.com/",
    "storage"
  ],
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png",
    "256": "icon_256.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3aabadb5-1c54-420f-b3c9-0407652f8092}"
    }
  }
}

Best Github Quick Approve Alternatives

Here are some Firefox add-ons that are similar to Github Quick Approve: