NebulaCertURLMon

NebulaCertURLMon

NebulaCert URL Monitor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NebulaCertURLMon",
  "description": "NebulaCert URL Monitor",
  "version": "1.9.4",
  "icons": {
    "16": "vcchromeaddon_16.png",
    "128": "vcchromeaddon_128.png"
  },
  "permissions": [
    "nativeMessaging",
    "webRequest",
    "webRequestBlocking",
    "activeTab",
    "tabs",
    "<all_urls>",
    "notifications"
  ],
  "background": {
    "scripts": [
      "vcURLMonBackground.js"
    ]
  }
}