aboutsummaryrefslogtreecommitdiff
path: root/ext/offscreen.html
diff options
context:
space:
mode:
authorjbukl <noreply@github.com>2023-10-21 12:33:51 -0400
committerjbukl <noreply@github.com>2023-10-21 13:42:52 -0400
commit379fdcf2280939c72e1be4e4f38567149a108873 (patch)
tree73bd72e5d30813b699e4dcea0a2efa5a4e7abc8a /ext/offscreen.html
parente39d18aaf1b8541adf927ded6c12ac4f24972759 (diff)
fix: clipboard getImage, review comments
implement getImage for offscreen requests move offscreen files, offscreen prep is done in sw prep update permissions document for offscreen rearrange permissions
Diffstat (limited to 'ext/offscreen.html')
-rw-r--r--ext/offscreen.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/offscreen.html b/ext/offscreen.html
index 11694636..f773e5b1 100644
--- a/ext/offscreen.html
+++ b/ext/offscreen.html
@@ -24,8 +24,8 @@
<script src="/js/comm/clipboard-reader.js"></script>
-<script src="/js/offscreen/offscreen.js"></script>
-<script src="/js/offscreen/offscreen-main.js"></script>
+<script src="/js/background/offscreen.js"></script>
+<script src="/js/background/offscreen-main.js"></script>
<!--
Due to a Firefox bug, this next element is purposefully terminated incorrectly.