wishthis/manifest.json

32 lines
796 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-25 13:54:42 +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-25 13:54:42 +00:00
{
"src": "/src/assets/img/logo-square.svg",
"sizes": "any",
"purpose": "any"
},
{
2022-02-27 12:27:59 +00:00
"src": "/src/assets/img/logo-square.svg",
"sizes": "any",
"purpose": "maskable"
2022-02-25 13:54:42 +00:00
}
2022-02-23 22:31:24 +00:00
],
2022-02-24 07:18:24 +00:00
"shortcuts": [],
"lang": "en",
"dir": "rtl"
2022-02-25 13:54:42 +00:00
}