Web Content Monitor

Web Content Monitor

Monitor web page content.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "1.3.1",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "icon/icon_16.png",
    "32": "icon/icon_32.png",
    "128": "icon/icon_128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "wrapper.js",
      "query.js",
      "tracker.js",
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "notifications",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icon/icon_19.png",
      "38": "icon/icon_38.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  },
  "short_name": "__MSG_extShortName__"
}