aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/extension.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/scripts/lib/extension.js')
-rw-r--r--app/scripts/lib/extension.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/scripts/lib/extension.js b/app/scripts/lib/extension.js
deleted file mode 100644
index 4b670490f..000000000
--- a/app/scripts/lib/extension.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Extension.js
- *
- * A module for unifying browser differences in the WebExtension API.
- *
- * Initially implemented because Chrome hides all of their WebExtension API
- * behind a global `chrome` variable, but we'd like to start grooming
- * the code-base for cross-browser extension support.
- *
- * You can read more about the WebExtension API here:
- * https://developer.mozilla.org/en-US/Add-ons/WebExtensions
- */
-
-const Extension = require('./extension-instance')
-module.exports = new Extension()