Website Monitor by ControlNCloud

Website Monitor by ControlNCloud

Real time alerts if downtime or slow performance Free and unlimited.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0.96",
  "default_locale": "en",
  "icons": {
    "128": "/img/icon128.png"
  },
  "permissions": [
    "alarms",
    "storage",
    "webNavigation",
    "notifications",
    "tabs"
  ],
  "background": {
    "scripts": [
      "/scripts/background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "short_name": "CnC",
  "browser_action": {
    "default_icon": "/img/icon128_gris.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}