Dota 2 and CS:GO Upcoming matches

Dota 2 and CS:GO Upcoming matches

Plugin for chrome, which provides information on current and upcoming matches

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Dota 2 and CS:GO Upcoming matches"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Plugin for chrome, which provides information on current and upcoming matches",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1+4fVfkcsk0cE8zNprw3EOCoDh0Vl/ZYS32m8bmbxl7zXfc5i8rgJbzfUktuUYilc/9vdwHcVjNB2xD4SavBU4W0/w7P9jzxMSxSXJl2DT7rVI5trXE4W+sv+eKrZfyWXn1mCB+okxNYJo5hfUDaruCOaUin+IbKhc3M2c/CAHBPhVf0/fn33DFkt8ogW3E8Sk4J69AzUQsQXNmyDytAxD5V+v8dZCccSCwemGwA/XOz98Z1TKHMJpiSyiDkulgmyaoSNHluOAZ1POf1d3DXMz6J6p7QL8etE0wyPWztGIRbdvBOqZkbk6yIgD8AAEcYqJd3zkq5LCt8XlopGkLRMQIDAQAB",
  "manifest_version": 2,
  "name": "Dota 2 and CS:GO Upcoming matches",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.0"
}