Lemmy Go Firefox

Examine source code of Lemmy Go

Inspect and view changes in Lemmy Go source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Lemmy Go",
  "description": "Quickly navigate to a Lemmy community from the address bar.",
  "version": "0.9.0",
  "manifest_version": 3,
  "background": {
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "omnibox": {
    "keyword": "lg"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": "icon.png",
    "default_popup": "options.html"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  },
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "lemmy-communities@raicuparta.com",
      "strict_min_version": "109.0"
    }
  },
  "host_permissions": [
    "<all_urls>"
  ]
}

Best Lemmy Go Alternatives

Here are some Firefox add-ons that are similar to Lemmy Go: