SimRepo Firefox

Examine source code of SimRepo

Inspect and view changes in SimRepo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "SimRepo",
  "version": "1.1.0",
  "description": "Shows similar repositories on GitHub",
  "homepage_url": "https://github.com/Mubelotix/SimRepo",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "similar-repositories-extension@mub.lol",
      "strict_min_version": "58.0"
    }
  },
  "icons": {
    "128": "icon.3a95cbb7.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://simrepo.dera.page/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "css": [
        "content.20d53818.css"
      ],
      "run_at": "document_start",
      "js": []
    },
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.ad8a0aa1.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "options_ui": {
    "page": "options.06a2e5fd.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.6f5ffe64.js"
    ]
  }
}

Best SimRepo Alternatives

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