Extended Color Management Firefox

Examine source code of Extended Color Management

By: Firefox
Inspect and view changes in Extended Color Management source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Extended Color Management",
  "version": "1.1.2",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "browserSettings",
    "notifications",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "32": "blank.png"
    },
    "default_title": "Extended Color Management",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{816dd215-0e91-4621-9d89-3bac78798e6f}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ]
}

Best Extended Color Management Alternatives

Here are some Firefox add-ons that are similar to Extended Color Management: