diff options
author | Ajay Ramachandran <[email protected]> | 2019-07-09 22:58:07 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-07-09 22:58:07 -0400 |
commit | 9218aed94efaa86491186ddcb446be0a44fe8010 (patch) | |
tree | a0396963e2449052b8f4903e2110bfbea1975caf | |
parent | 872ea9fceff03d5576901a29b8d5c821c1c34fcc (diff) | |
download | SponsorBlock-9218aed94efaa86491186ddcb446be0a44fe8010.tar.gz SponsorBlock-9218aed94efaa86491186ddcb446be0a44fe8010.zip |
Added example content-config.js
-rw-r--r-- | content-config.js.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content-config.js.example b/content-config.js.example new file mode 100644 index 00000000..b7b454de --- /dev/null +++ b/content-config.js.example @@ -0,0 +1,3 @@ +//this file is loaded along iwth content.js +//this file sets the server to connect to, and is gitignored +var serverAddresss = "https://sponsor.ajay.app";
\ No newline at end of file |