Website Checker

Website Checker

Displays a number of events from sequent websites over the icons. It can be a number of items or defined text match.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Website Checker",
  "version": "0.3.7",
  "description": "Displays a number of events from sequent websites over the icons. It can be a number of items or defined text match.",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "options_page": "options.html",
  "icons": {
    "128": "icon_fc.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "icon_fc.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}