wishthis/manifest.json

30 lines
772 B
JSON
Raw Normal View History

2022-02-23 22:31:24 +00:00
{
"name": "wishthis",
2022-02-24 07:19:24 +00:00
"short_name": "wishthis",
2022-02-24 07:18:24 +00:00
"description": "wishthis is a simple, intuitive and modern platform to create, manage and view your wishes for any kind of occasion.",
2022-02-24 07:19:24 +00:00
"categories": ["productivity", "shopping"],
2022-02-24 07:18:24 +00:00
"background_color": "#f4f4f4",
"display": "standalone",
2022-02-23 22:31:24 +00:00
"orientation": "any",
"scope": "/",
"start_url": "/",
2022-02-24 07:18:24 +00:00
"theme_color": "#5829bb",
2022-02-23 22:31:24 +00:00
"screenshots": [],
"icons": [
{
2022-02-24 07:18:24 +00:00
"src": "/src/assets/img/logo-square.svg",
"sizes": "any",
2022-02-23 22:31:24 +00:00
"purpose": "any"
2022-02-25 09:49:04 +00:00
},
{
"src": "/src/assets/img/logo-square.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
2022-02-23 22:31:24 +00:00
}
],
2022-02-24 07:18:24 +00:00
"shortcuts": [],
"lang": "en",
"dir": "rtl"
2022-02-23 22:31:24 +00:00
}