ESOUIVortex

ESOUIVortex

With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "author": "Gareth Parker",
  "name": "ESOUIVortex",
  "version": "1.0.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{79935964-d7bd-4b06-b9c2-d295d780556d}"
    }
  },
  "permissions": [],
  "host_permissions": [
    "*://*.esoui.com/downloads/*.html"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.esoui.com/downloads/*.html"
      ],
      "js": [
        "build/content.js"
      ]
    }
  ]
}