We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e32e9 commit 1e3fbbaCopy full SHA for 1e3fbba
1 file changed
manifest.js
@@ -23,7 +23,9 @@ let manifest = {
23
{
24
"action": window.location.origin + "/full?upload=true",
25
"name": "code",
26
- "accept": ["text/*", "application/json"]
+ "accept": {
27
+ "text/plain": [".js", ".css", ".html", ".json"]
28
+ }
29
}
30
],
31
"share_target": {
0 commit comments