Condor2 Extension

Condor2 Extension

Enhances the Condor Server List and allows multiplayer sessions to launch via Revive with the Condor2 Revive Helper.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Condor2 Extension",
  "version": "1.4",
  "description": "Enhances the Condor Server List and allows multiplayer sessions to launch via Revive with the Condor2 Revive Helper.",
  "content_scripts": [
    {
      "matches": [
        "*://*.condorsoaring.com/serverlist*"
      ],
      "js": [
        "build/kotlin-js-min/main/kotlin.js",
        "build/kotlin-js-min/main/condor2extension.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}