wishthis/manifest.json
2022-02-24 08:19:24 +01:00

23 lines
623 B
JSON

{
"name": "wishthis",
"short_name": "wishthis",
"description": "wishthis is a simple, intuitive and modern platform to create, manage and view your wishes for any kind of occasion.",
"categories": ["productivity", "shopping"],
"background_color": "#f4f4f4",
"display": "standalone",
"orientation": "any",
"scope": "/",
"start_url": "/",
"theme_color": "#5829bb",
"screenshots": [],
"icons": [
{
"src": "/src/assets/img/logo-square.svg",
"sizes": "any",
"purpose": "any"
}
],
"shortcuts": [],
"lang": "en",
"dir": "rtl"
}