ReColor

ReColor

Try to find and fix color burn and dead pixels

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "GetProjects",
  "action": {
    "default_icon": {
      "16": "ico16.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/bg.js"
  },
  "description": "Try to find and fix color burn and dead pixels",
  "icons": {
    "16": "ico16.png",
    "32": "ico32.png",
    "64": "ico64.png",
    "128": "ico128.png"
  },
  "manifest_version": 3,
  "name": "ReColor",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}