Legacy Curseforge

Legacy Curseforge

Automatically redirects to the legacy Curseforge website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Legacy Curseforge",
  "description": "Automatically redirects to the legacy Curseforge website.",
  "version": "1.1",
  "author": "WFPhantom",
  "action": {
    "default_title": "Legacy Curseforge",
    "default_icon": "nonewcf.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  }
}