OGS Notifier

OGS Notifier

Notifications from Online-Go Server (online-go.com)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OGS Notifier",
  "description": "Notifications from Online-Go Server (online-go.com)",
  "version": "1.0.0",
  "manifest_version": 2,
  "permissions": [
    "https://online-go.com/*"
  ],
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icon_60.png"
  }
}