System Status

System Status

A Chrome extension that aggregates current operational statuses of some common Apps, web services and developer APIs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "System Status",
  "description": "A Chrome extension that aggregates current operational statuses of some common Apps, web services and developer APIs.",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "System Status"
  },
  "permissions": [],
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "version": "1.0.2"
}