lipu_kasi/assets/static/appmanifest.json

34 lines
803 B
JSON

{
"name": "Lipu Kasi",
"short_name": "Lipu Kasi",
"share_target": {
"action": "/add",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"title": "title",
"url": "source",
"text": "text"
}
},
"icons": [
{
"src": "images/manifest-icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "images/manifest-icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
],
"scope": "/",
"start_url": "/",
"display": "standalone",
"background_color": "#fcf6ed",
"theme_color": "#565826"
}