HN Best Tab Firefox

Examine source code of HN Best Tab

Inspect and view changes in HN Best Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "HN Best Tab",
  "version": "1.0.0",
  "description": "Adds a 'best' tab to Hacker News navigation bar",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://news.ycombinator.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6aee848b-e00d-408a-a6c3-9b709fe70532}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best HN Best Tab Alternatives

Here are some Firefox add-ons that are similar to HN Best Tab: