Honeyfix Firefox

Examine source code of Honeyfix

Inspect and view changes in Honeyfix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Honeyfix",
  "version": "1.0",
  "description": "Fixes issues with Honeyfeed's design and allows the blocking of covers.",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "*://*.honeyfeed.fm/*"
  ],
  "background": {
    "service_worker": "src/bg.js",
    "scripts": [
      "src/bg.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.honeyfeed.fm/*"
      ],
      "js": [
        "vendor/browser-polyfill.min.js",
        "src/honeyfix.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "covers/*"
      ],
      "matches": [
        "https://*.honeyfeed.fm/*"
      ]
    }
  ],
  "icons": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "@honeyfix",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "142.0"
    }
  }
}

Best Honeyfix Alternatives

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