Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wchill committed Jun 20, 2015
1 parent fdcbbd8 commit 17d0021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified chrome_extension.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions chrome_extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"matches": [ "*://steamcommunity.com/minigame/towerattack", "*://steamcommunity.com/minigame/towerattack/", "*://steamcommunity.com//minigame//towerattack/", "*://steamcommunity.com//minigame//towerattack//" ],
"run_at": "document_end"
}],
"version": "1.03",
"version": "1.4.0",
"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",
"manifest_version": 2
"manifest_version": 4
}

0 comments on commit 17d0021

Please sign in to comment.