GitHub Manager Upload and Download Firefox

Examine source code of GitHub Manager Upload and Download

Inspect and view changes in GitHub Manager Upload and Download source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Manager Upload and Download",
  "version": "1.0.0",
  "description": "Upload files to GitHub and download repositories as ZIP files. Free trial for 1 month!",
  "permissions": [
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "https://github.com/*",
    "https://api.github.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-manager@yourname.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "data_types": [],
        "purposes": []
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}

Best GitHub Manager Upload and Download Alternatives

Here are some Firefox add-ons that are similar to GitHub Manager Upload and Download: