From cc257533148419b1c94a1cd257e756d2688a403c Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 4 Oct 2022 00:52:42 +0200 Subject: feat: Experimental browser support --- browser/background.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 browser/background.js (limited to 'browser/background.js') diff --git a/browser/background.js b/browser/background.js new file mode 100644 index 0000000..872134b --- /dev/null +++ b/browser/background.js @@ -0,0 +1 @@ +// could use this in the future -- cgit