wishthis/manifest.json

22 lines
455 B
JSON
Raw Normal View History

2022-02-23 22:31:24 +00:00
{
"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": []
}