Index: background.js |
diff --git a/background.js b/background.js |
index f7af936b90bafd166bcb789a04df024132701578..fb2da981953782311906af2f30798a84e0ab5ef3 100644 |
--- a/background.js |
+++ b/background.js |
@@ -140,6 +140,16 @@ |
} |
}; |
+ modules.notificationHelper = { |
+ getActiveNotification() |
+ { |
+ }, |
+ shouldDisplay() |
+ { |
+ return true; |
+ } |
+ }; |
+ |
let subscriptionServer = "https://easylist-downloads.adblockplus.org"; |
let subscriptionDetails = { |
[`${subscriptionServer}/easylistgermany+easylist.txt`]: { |