diff options
author | jbukl <noreply@github.com> | 2023-10-21 12:33:51 -0400 |
---|---|---|
committer | jbukl <noreply@github.com> | 2023-10-21 13:42:52 -0400 |
commit | 379fdcf2280939c72e1be4e4f38567149a108873 (patch) | |
tree | 73bd72e5d30813b699e4dcea0a2efa5a4e7abc8a /ext/offscreen.html | |
parent | e39d18aaf1b8541adf927ded6c12ac4f24972759 (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.html | 4 |
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. |