Sneetches for GitHub Firefox

Examine source code of Sneetches for GitHub

By: Kev Add-on
Inspect and view changes in Sneetches for GitHub source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "Sneetches for GitHub",
  "short_name": "Sneetches",
  "version": "1.4.2",
  "author": "Kevin Esensoy",
  "description": "Adds stars next to GitHub repo links",
  "homepage_url": "https://github.com/kesensoy/sneetches",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "sneetches@kesensoy.github.io",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "host_permissions": [
    "https://api.github.com/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "images/icon128.png",
    "128": "images/icon128.png"
  },
  "background": {
    "service_worker": "service-worker.js",
    "type": "module",
    "scripts": [
      "service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "action": {
    "default_icon": {
      "32": "images/icon32.png",
      "48": "images/icon128.png"
    },
    "default_popup": "options.html"
  }
}

Best Sneetches for GitHub Alternatives

Here are some Firefox add-ons that are similar to Sneetches for GitHub: