Armoury Exchange

Armoury Exchange

Visit the Armoury Exchange online! View the items for sale to your characters in the Armoury Exchange without needing to boot the game and sit through all the loading screens. Visit https://accounts.atoma.cloud to view your store.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Armoury Exchange",
  "description": "Visit the Armoury Exchange online",
  "version": "1.6.8",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "bundle.js"
      ],
      "css": [
        "bundle.css"
      ],
      "matches": [
        "https://accounts.atoma.cloud/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "action": {
    "default_title": "Armoury Exchange"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5ffa2cbd-6478-4b75-b44a-55e9b971877d}",
      "strict_min_version": "109.0"
    }
  }
}