aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/background.ts
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-03-11 19:36:41 -0400
committerAjay Ramachandran <[email protected]>2020-03-11 19:36:41 -0400
commit1df123de6df60fbf422a275628f52d70548ca26a (patch)
tree00a6d77c60849a916906874f6ba95495c852bb9d /src/background.ts
parent3063591a4c147212b128001aae62eaf6e2ee224d (diff)
parent457bd15e1740b227b442f69d2cac9c78abf21b97 (diff)
downloadSponsorBlock-1df123de6df60fbf422a275628f52d70548ca26a.tar.gz
SponsorBlock-1df123de6df60fbf422a275628f52d70548ca26a.zip
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into react
# Conflicts: # public/_locales/en/messages.json # src/js-components/skipNotice.ts
Diffstat (limited to 'src/background.ts')
-rw-r--r--src/background.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/background.ts b/src/background.ts
index 9fedf5fc..c3a08f43 100644
--- a/src/background.ts
+++ b/src/background.ts
@@ -1,5 +1,8 @@
import * as Types from "./types";
+
import Config from "./config";
+// Make the config public for debugging purposes
+(<any> window).SB = Config;
import Utils from "./utils";
var utils = new Utils({