From 4e40e31f15bf5f34c145011851a2a22017703377 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 13 Feb 2025 14:55:10 -0600 Subject: [PATCH] Init JS files --- background.js | 1 + content.js | 1 + popup.html | 1 + popup.js | 1 + 4 files changed, 4 insertions(+) create mode 100644 background.js create mode 100644 content.js create mode 100644 popup.html create mode 100644 popup.js diff --git a/background.js b/background.js new file mode 100644 index 0000000..0ffdd02 --- /dev/null +++ b/background.js @@ -0,0 +1 @@ +// TODO \ No newline at end of file diff --git a/content.js b/content.js new file mode 100644 index 0000000..0ffdd02 --- /dev/null +++ b/content.js @@ -0,0 +1 @@ +// TODO \ No newline at end of file diff --git a/popup.html b/popup.html new file mode 100644 index 0000000..b731bae --- /dev/null +++ b/popup.html @@ -0,0 +1 @@ +

TODO

\ No newline at end of file diff --git a/popup.js b/popup.js new file mode 100644 index 0000000..0ffdd02 --- /dev/null +++ b/popup.js @@ -0,0 +1 @@ +// TODO \ No newline at end of file