Updated background.js to use config server as well

This commit is contained in:
Ajay Ramachandran
2019-07-13 19:15:47 -04:00
parent 598e15203b
commit a1d51656c5
6 changed files with 13 additions and 7 deletions

3
config.js.example Normal file
View File

@@ -0,0 +1,3 @@
//this file is loaded along iwth content.js
//this file sets the server to connect to, and is gitignored
var serverAddress = "https://sponsor.ajay.app";