Armoury Exchange ACS

Armoury Exchange ACS

Fork of Darktide Armoury Exchange ACS version shows all characters' items from both credits and marks stores Original addon here: https://addons.mozilla.org/en-GB/firefox/addon/armoury-exchange/ See store here: https://accounts.atoma.cloud

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Armoury Exchange ACS",
  "description": "Visit the Armoury Exchange online",
  "version": "1.4.3",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "https://accounts.atoma.cloud/*",
    "https://bsp-td-prod.atoma.cloud/*",
    "https://bsp-cdn-prod.atoma.cloud/*"
  ],
  "content_scripts": [
    {
      "js": [
        "bundle.js"
      ],
      "css": [
        "bundle.css"
      ],
      "matches": [
        "https://accounts.atoma.cloud/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_title": "Armoury Exchange ACS"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fc578469-5676-4663-9dde-19247c034664}"
    }
  }
}