small manifest changes

This commit is contained in:
keyan 2023-07-05 09:27:01 -05:00
parent 67a5fe7ca8
commit 69f6f63b9c
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,8 @@
], ],
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#000000",
"background_color": "#ffffff", "background_color": "#000000",
"id": "/",
"start_url": "/", "start_url": "/",
"url_handlers": [ "url_handlers": [
{ {
@ -35,6 +36,7 @@
"share_target": { "share_target": {
"action": "/share", "action": "/share",
"method": "GET", "method": "GET",
"enctype": "application/x-www-form-urlencoded",
"params": { "params": {
"title": "title", "title": "title",
"text": "text", "text": "text",