Inverto color fixer

Inverto color fixer

Inverts colors for most images and embeded videos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Inverto color fixer",
  "short_name": "Inverto",
  "version": "1.3.1.3",
  "description": "Inverts colors for most images and embeded videos",
  "icons": {
    "128": "animation_icon/1.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "constants.js",
      "invertoFunctions.js",
      "initialize.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "128": "animation_icon/7.png"
    },
    "default_title": "Invert colors"
  },
  "homepage_url": "https://www.flaticon.com/authors/vectors-market",
  "manifest_version": 2
}