Down For Everyone Or Just Me?

Down For Everyone Or Just Me?

Check if the current site is down for everyone or just you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Down For Everyone Or Just Me?",
  "short_name": "Is it down?",
  "version": "0.2.6",
  "manifest_version": 2,
  "minimum_chrome_version": "16",
  "homepage_url": "http://downforeveryoneorjustme.com",
  "description": "Check if the current site is down for everyone or just you",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "webNavigation"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png",
    "256": "images/icon256.png",
    "512": "images/icon512.png"
  },
  "page_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "Down For Everyone Or Just Me?"
  }
}