Random Feed - Open new tab with random feed Firefox

Examine source code of Random Feed - Open new tab with random feed

Inspect and view changes in Random Feed - Open new tab with random feed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Random Feed - Open new tab with random feed",
  "short_name": "Random Feed",
  "version": "1.2.0",
  "description": "Open new tab with random feed from a list of topics on new tab pages. The topics include ai, llm, go, rust, js, etc.",
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "https://www.pixelstech.net/*",
    "http://pixelstech.localhost/*",
    "https://api.github.com/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "randomfeed@pixelstech.net",
      "strict_min_version": "109.0"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Random Feed - Open new tab with random feed Alternatives

Here are some Firefox add-ons that are similar to Random Feed - Open new tab with random feed: