small manifest changes
This commit is contained in:
parent
67a5fe7ca8
commit
69f6f63b9c
|
@ -25,7 +25,8 @@
|
|||
],
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff",
|
||||
"background_color": "#000000",
|
||||
"id": "/",
|
||||
"start_url": "/",
|
||||
"url_handlers": [
|
||||
{
|
||||
|
@ -35,6 +36,7 @@
|
|||
"share_target": {
|
||||
"action": "/share",
|
||||
"method": "GET",
|
||||
"enctype": "application/x-www-form-urlencoded",
|
||||
"params": {
|
||||
"title": "title",
|
||||
"text": "text",
|
||||
|
|
Loading…
Reference in New Issue