Web Data Monitor

Web Data Monitor

Customizable And Programmable Web Data Monitor Framework

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "icons": {
    "128": "res/icon.png"
  },
  "version": "0.1.9",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "notifications"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_title": "__MSG_name__",
    "default_icon": "res/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "lib/jquery-3.4.1.min.js",
      "js/background.js"
    ]
  },
  "manifest_version": 2,
  "default_locale": "en"
}