Overwatch League Reminder

Overwatch League Reminder

Be informed of the date of the next match and notify when the stream starts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Overwatch League Reminder",
  "description": "Be informed of the date of the next match and notify when the stream starts.",
  "version": "1.0.81",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "notifications",
    "tabs"
  ],
  "background": {
    "scripts": [
      "js/jquery-3.2.1.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/small_logo.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "img/gm.png"
  ],
  "icons": {
    "128": "img/gm.png"
  }
}