Transparent Zen Firefox

Examine source code of Transparent Zen

Inspect and view changes in Transparent Zen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Transparent Zen",
  "version": "0.9.3",
  "description": "Applies custom styles to make your favorite websites transparent. For a full list of supported websites, check https://github.com/frostybiscuit/transparent-zen?tab=readme-ov-file#supported-websites",
  "browser_specific_settings": {
    "gecko": {
      "id": "{74186d10-f6f2-4f73-b33a-83bb72e50654}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "assets/images/logo_48.png",
    "96": "assets/images/logo_96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "assets/images/*.svg",
    "data/*.json"
  ],
  "browser_action": {
    "default_popup": "dist/popup/popup.html",
    "default_title": "Transparent Zen"
  },
  "options_ui": {
    "page": "dist/settings/settings.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "dist/transparent-zen.css"
      ],
      "js": [
        "dist/transparent-zen.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Transparent Zen Alternatives

Here are some Firefox add-ons that are similar to Transparent Zen: