Fancy Hacker News Firefox

Examine source code of Fancy Hacker News

By: EWS
Inspect and view changes in Fancy Hacker News source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Fancy Hacker News",
  "version": "1.4.0",
  "description": "A fancy redesign of Hacker News with theme support.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://news.ycombinator.com/*"
      ],
      "js": [
        "dist/content/anti-fouc.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://news.ycombinator.com/*"
      ],
      "css": [
        "dist/content/assets/style.css"
      ],
      "js": [
        "dist/content/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fancy-hn@extension",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "140.0"
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "dist/content/assets/*"
      ],
      "matches": [
        "*://news.ycombinator.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; font-src 'self' data:;"
  }
}

Best Fancy Hacker News Alternatives

Here are some Firefox add-ons that are similar to Fancy Hacker News: