GitOwl (UNOFFICIAL) Firefox

Examine source code of GitOwl (UNOFFICIAL)

Inspect and view changes in GitOwl (UNOFFICIAL) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitOwl - Open Source Insights At a Glance",
  "short_name": "GitOwl",
  "version": "0.1.8",
  "manifest_version": 3,
  "description": "GitOwl provides a sidebar with contextual insights to help you navigate the world of open source.",
  "icons": {
    "16": "favicon@16x16.png",
    "48": "favicon@48x48.png",
    "128": "favicon@128x128.png"
  },
  "content_scripts": [
    {
      "js": [
        "contentscript.js"
      ],
      "matches": [
        "https://github.com/*",
        "https://www.npmjs.com/*",
        "https://pypi.org/*"
      ],
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "frame.html",
        "framescript.js"
      ],
      "matches": [
        "https://github.com/*",
        "https://www.npmjs.com/*",
        "https://pypi.org/*"
      ]
    }
  ],
  "homepage_url": "https://gitowl.dev",
  "browser_specific_settings": {
    "gecko": {
      "id": "{ee24b1ac-6de9-402d-bbfe-23c647b385d0}"
    }
  }
}

Best GitOwl (UNOFFICIAL) Alternatives

Here are some Firefox add-ons that are similar to GitOwl (UNOFFICIAL):