Website Status

Website Status

A simple way to monitor websites. Extension created by Ale Mohamad.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Website Status",
  "version": "1.0",
  "manifest_version": 2,
  "description": "A simple way to monitor websites. Extension created by Ale Mohamad.",
  "icons": {
    "19": "images/icon_19.png",
    "38": "images/icon_38.png",
    "128": "images/icon_128.png"
  },
  "browser_action": {
    "default_title": "Website Status",
    "default_icon": {
      "19": "images/icon_19.png",
      "38": "images/icon_38.png"
    },
    "default_popup": "html/main.html"
  },
  "permissions": [
    "*://*/*",
    "storage",
    "notifications"
  ],
  "options_page": "html/options.html"
}