Github.com Service Status

Github.com Service Status

Stay on top of the status of github.com and its status messages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_ext_name__",
  "short_name": "__MSG_ext_short_name__",
  "version": "1.0.1",
  "description": "__MSG_ext_description__",
  "author": "__MSG_ext_author__",
  "homepage_url": "https://github.com/anein/github-status-extension",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "assets/img/default/icon-16x16.png",
    "48": "assets/img/default/icon-48x48.png",
    "128": "assets/img/default/icon-128x128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/img/default/icon-16x16.png",
      "48": "assets/img/default/icon-48x48.png",
      "128": "assets/img/default/icon-128x128.png"
    },
    "default_title": "__MSG_ext_name__",
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "storage",
    "alarms",
    "*://status.github.com/"
  ]
}