diff --git a/chrome_extension/manifest.json b/chrome_extension/manifest.json index de566b1..9808be3 100755 --- a/chrome_extension/manifest.json +++ b/chrome_extension/manifest.json @@ -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