Skip to content

Commit 90700b3

Browse files
authored
Update manifest.js
1 parent 70e97ff commit 90700b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ let manifest = {
2121
],
2222
"file_handlers": [
2323
{
24-
"action": "/full",
24+
"action": window.location.origin + "/full",
2525
"accept": {
2626
"text/css": [".css"]
2727
}
2828
}
2929
],
3030
"share_target": {
31-
"action": "/full",
31+
"action": window.location.origin + "/full",
3232
"method": "POST",
3333
"enctype": "multipart/form-data",
3434
"params": {

0 commit comments

Comments
 (0)