Skip to content

Commit

Permalink
[change] Set fields to "share_target" to remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jan 12, 2020
1 parent 3a727ea commit a04b1b2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"background_color": "#000000",
"theme_color": "#5A98E3",
"share_target": {
"action": "index.html"
"action": "index.html",
"method": "GET",
"enctype": "application/x-www-form-urlencoded",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}

0 comments on commit a04b1b2

Please sign in to comment.