LoungesPro Dota2Lounge.com

LoungesPro Dota2Lounge.com

D2L Functionality upgrade that improves site, adds analytics and interesting stuff.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LoungesPro Dota2Lounge.com",
  "version": "1.4",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "icons": {
    "128": "images/128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "http://api.steampowered.com/",
    "http://dota2lounge.com/",
    "http://www.joindota.com/",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Defend",
    "default_icon": "images/128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.js",
        "back.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "images/pre.png",
    "images/alarm.png",
    "block.js",
    "inject_scripts.js",
    "images/block.png",
    "images/block2.png",
    "styleforscripts.css"
  ]
}