wishthis/manifest.json
2022-02-23 23:31:24 +01:00

21 lines
455 B
JSON

{
"background_color": "#ffffff",
"display": "standalone",
"name": "wishthis",
"orientation": "any",
"scope": "/",
"short_name": "wishthis",
"start_url": "/",
"theme_color": "#ffffff",
"categories": [],
"screenshots": [],
"icons": [
{
"src": "/src/assets/img/logo-square.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
}
],
"shortcuts": []
}