CoolStyles - Create Theme for any website Firefox

Examine source code of CoolStyles - Create Theme for any website

Inspect and view changes in CoolStyles - Create Theme for any website source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.9.0",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "action": {
    "default_icon": {
      "16": "assets/manifest_icons/icon16.png",
      "32": "assets/manifest_icons/icon32.png",
      "48": "assets/manifest_icons/icon48.png",
      "128": "assets/manifest_icons/icon128.png"
    }
  },
  "icons": {
    "16": "assets/manifest_icons/icon16.png",
    "32": "assets/manifest_icons/icon32.png",
    "48": "assets/manifest_icons/icon48.png",
    "128": "assets/manifest_icons/icon128.png"
  },
  "background": {
    "scripts": [
      "backgroundFallback.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "marker.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "contentAnyScript.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "contentOneScript.js"
      ],
      "matches": [
        "http://127.0.0.1:8000/*",
        "http://coolstyles.org/*",
        "https://coolstyles.org/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "assets/manifest_icons/icon16.png",
        "assets/manifest_icons/icon32.png",
        "assets/manifest_icons/icon48.png",
        "assets/manifest_icons/icon128.png",
        "popup.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox-coolstyles-app@coolstyles.org",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "109.0"
    }
  }
}

Best CoolStyles - Create Theme for any website Alternatives

Here are some Firefox add-ons that are similar to CoolStyles - Create Theme for any website: