Fallen London Sell All

Fallen London Sell All

When you sell an item on the bazaar, a new button will appear allowing you to add your entire stack to the amount field.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Fallen London Sell All",
  "version": "1.0.1",
  "description": "Adds added funtionality to the Bazaar page for easier selling.",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.fallenlondon.com/*"
      ],
      "js": [
        "sellall.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "declarativeContent"
  ]
}