Zus Prod/PHI Decorator Firefox

Examine source code of Zus Prod/PHI Decorator

By: Matthew
Inspect and view changes in Zus Prod/PHI Decorator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Zus Prod/PHI Decorator",
  "version": "1.0",
  "description": "Adds a red/hotpink border when on AWS/Snowflake console for Prod/Phitest accounts",
  "permissions": [
    "scripting",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.console.aws.amazon.com/*"
      ],
      "js": [
        "border-aws.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://app.snowflake.com/*"
      ],
      "js": [
        "border-snowflake.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://app.zushealth.com/*",
        "https://app.phitest.zushealth.com/*",
        "https://fhirplace.zusapi.com/*",
        "https://fhirplace.phitest.zusapi.com/*"
      ],
      "js": [
        "border-zus-app.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "mkindzerske@zushealth.com_zusDecorator"
    }
  }
}

Best Zus Prod/PHI Decorator Alternatives

Here are some Firefox add-ons that are similar to Zus Prod/PHI Decorator: