Dota 2 Fantasy

Dota 2 Fantasy

Dota 2 Fantasy helper by AvcS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dota 2 Fantasy",
  "version": "0.2.1",
  "manifest_version": 2,
  "description": "Dota 2 Fantasy helper by AvcS",
  "homepage_url": "http://www.dota2.com//fantasy/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "24": "icons/icon24.png",
      "32": "icons/icon48.png"
    },
    "default_title": "Open Dota 2 Fantasy"
  },
  "background": {
    "scripts": [
      "js/jquery/jquery.min.js",
      "src/options_custom/lib/store.js",
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "options_page": "src/options_custom/index.html",
  "permissions": [
    "tabs",
    "*://www.dota2.com//fantasy/*",
    "*://www.dota2.com/fantasy/*",
    "*://fantasy.prizetrac.kr/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.dota2.com//fantasy/*",
        "*://www.dota2.com/fantasy/*"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    },
    {
      "matches": [
        "*://fantasy.prizetrac.kr/*"
      ],
      "js": [
        "src/inject/inject2.js"
      ]
    }
  ]
}