Skip to content

Commit 1e3fbba

Browse files
committed
Update manifest.js
1 parent b1e32e9 commit 1e3fbba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

manifest.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ let manifest = {
2323
{
2424
"action": window.location.origin + "/full?upload=true",
2525
"name": "code",
26-
"accept": ["text/*", "application/json"]
26+
"accept": {
27+
"text/plain": [".js", ".css", ".html", ".json"]
28+
}
2729
}
2830
],
2931
"share_target": {

0 commit comments

Comments
 (0)