Skip to content

Commit

Permalink
Add autojoin script to autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
wchill committed Jun 20, 2015
1 parent 7c6daa0 commit fdcbbd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions chrome_extension/js/mainloop.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function injectScript(file, node) {
}
injectScript( 'https://wchill.github.io/steamSummerMinigame/usingScript.js', 'body');
injectScript( chrome.extension.getURL('/js/bignumber.js'), 'body');
injectScript( 'https://codetorex.github.io/SteamMonsterLobby/MonsterLobby.user.js', 'body');
injectScript( 'https://wchill.github.io/steamSummerMinigame/autoPlay.user.js', 'body');
injectScript( 'https://wchill.github.io/steamSummerMinigame/upgrademanager.user.js', 'body');

Expand Down
2 changes: 1 addition & 1 deletion chrome_extension/js/mainloop.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions chrome_extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"matches": [ "*://steamcommunity.com/minigame/towerattack", "*://steamcommunity.com/minigame/towerattack/", "*://steamcommunity.com//minigame//towerattack/", "*://steamcommunity.com//minigame//towerattack//" ],
"run_at": "document_end"
}],
"version": "1.02",
"permissions": [ "https://github.com/wchill/steamSummerMinigame/*", "https://raw.githubusercontent.com/wchill/steamSummerMinigame/*" ],
"version": "1.03",
"permissions": [ "https://github.com/wchill/steamSummerMinigame/*", "https://raw.githubusercontent.com/wchill/steamSummerMinigame/*", "https://github.com/codetorex/SteamMonsterLobby/*", "https://raw.githubusercontent.com/codetorex/SteamMonsterLobby/*" ],
"web_accessible_resources": [ "js/mainloop.js" ],
"content_security_policy": "script-src 'self' https://raw.githubusercontent.com; object-src 'self'",
"minimum_chrome_version": "9",
Expand Down

0 comments on commit fdcbbd8

Please sign in to comment.