GitHub Quick Actions Firefox

Examine source code of GitHub Quick Actions

Inspect and view changes in GitHub Quick Actions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Quick Actions",
  "version": "1.11.1",
  "description": "Adds quick action buttons to GitHub pages for common commands like /deploy, /unlock and /kill-canary",
  "author": "Toku",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js",
        "favicon.js",
        "repo-actions.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-quick-actions@trytoku.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best GitHub Quick Actions Alternatives

Here are some Firefox add-ons that are similar to GitHub Quick Actions: