The Forge Firefox

Examine source code of The Forge

Inspect and view changes in The Forge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "The Forge",
  "short_name": "Forge",
  "author": "Kaire Nat-Sa",
  "description": "Star Wars Combine utility. Includes improved selection for inventory and quick action buttons",
  "version": "1.3.1",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://swcombine.com/*",
        "*://*.swcombine.com/*"
      ],
      "js": [
        "node_modules/jquery/dist/jquery.slim.min.js",
        "src/data.js",
        "src/amountParser.js",
        "src/content.js",
        "src/inventory.js",
        "src/equipment.js",
        "src/combat.js",
        "src/inventoryJump.js"
      ],
      "css": [
        "src/style.css"
      ]
    }
  ],
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "kaire-nat-sa@the-forge"
    }
  }
}

Best The Forge Alternatives

Here are some Firefox add-ons that are similar to The Forge: