Web Monitor

Web Monitor

this addon acts like a performance judge of web pages , a used goes to . if website look a lot of load on browser , addon updates theme automatically to danger color and if that website is fast and light enough ,it updates theme to safe color(green)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "eco-mon",
  "version": "1.3resigned1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "input.js"
    ]
  },
  "permissions": [
    "tabs",
    "theme"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1953750d-c148-4d74-ac31-5a076719e5a5}"
    }
  }
}