Skip to content

Commit

Permalink
feat: PWA support for js/ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio committed Sep 18, 2021
1 parent e55d709 commit 987984b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,16 @@
],
"share_target": {
"action": "/",
"method": "GET",
"enctype": "application/x-www-form-urlencoded",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"text": "text"
"text": "text",
"files": [
{
"name": "js",
"accept": ["text/javascript", "application/javascript", ".js", ".ts"]
}
]
}
},
"orientation": "any",
Expand Down

0 comments on commit 987984b

Please sign in to comment.