Skip to content

Commit

Permalink
fix bignum
Browse files Browse the repository at this point in the history
  • Loading branch information
wchill committed Jun 20, 2015
1 parent f125543 commit 1427f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome_extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}],
"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" ],
"web_accessible_resources": [ "js/mainloop.js", "js/bignumber.js" ],
"content_security_policy": "script-src 'self' https://raw.githubusercontent.com; object-src 'self'",
"minimum_chrome_version": "9",
"manifest_version": 4
Expand Down

0 comments on commit 1427f0b

Please sign in to comment.