CS:GO Helper

CS:GO Helper

Just a few things for the CS:GO addict!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CS:GO Helper",
  "version": "0.1",
  "description": "Just a few things for the CS:GO addict!",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "browseraction.png",
    "default_title": "CS:GO Helper",
    "default_popup": "popup.html"
  }
}