Files
the-example-app-nodejs/public/manifest.json

13 lines
279 B
JSON

{
"name": "The Example App",
"icons": [
{
"src": "/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}