GeeksToGit Firefox

Examine source code of GeeksToGit

By: 23Win
Inspect and view changes in GeeksToGit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GeeksToGit",
  "version": "1.0.1",
  "description": "A helpful extension for programmers that enables seamless uploading of their answers from GeeksforGeeks directly to their GitHub repository. Automate the process, save time, and keep your solutions organized in one place",
  "icons": {
    "16": "lib/img/icon16.jpg",
    "48": "lib/img/icon48.jpg",
    "128": "lib/img/icon128.jpg"
  },
  "page_action": {
    "default_icon": "lib/img/icon16.jpg",
    "default_title": "gfggit",
    "default_popup": "lib/html/popup.html"
  },
  "background": {
    "scripts": [
      "lib/js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "https://practice.geeksforgeeks.org/*",
    "storage",
    "declarativeContent",
    "notifications"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://practice.geeksforgeeks.org/*"
      ],
      "js": [
        "lib/js/jquery-3.6.0.min.js",
        "lib/js/content.js"
      ],
      "css": [
        "lib/css/bootstrap.min.css",
        "lib/css/content.css"
      ]
    }
  ],
  "options_page": "lib/html/options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "{d3d505ed-c359-48ab-b528-28080dc016e5}"
    }
  }
}

Best GeeksToGit Alternatives

Here are some Firefox add-ons that are similar to GeeksToGit: