TabBot

TabBot

TabBot autorefreshes and monitors selected areas of a webpage and alerts you when a change occurs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TabBot",
  "version": "2.0.3",
  "description": "TabBot autorefreshes and monitors selected areas of a webpage and alerts you when a change occurs.",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "notifications",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content-e0a4c960.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "assets/background-779e9a01.js"
    ]
  },
  "web_accessible_resources": [
    "bell.mp3",
    "content.js"
  ],
  "icons": {
    "48": "icon.png",
    "128": "large-icon.png"
  }
}