Refactor
This commit is contained in:
parent
bdaab5d66f
commit
37f7bd7140
1 changed files with 16 additions and 13 deletions
|
@ -2,7 +2,10 @@
|
|||
"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"],
|
||||
"categories": [
|
||||
"productivity",
|
||||
"shopping"
|
||||
],
|
||||
"background_color": "#f4f4f4",
|
||||
"display": "standalone",
|
||||
"orientation": "any",
|
||||
|
@ -11,19 +14,19 @@
|
|||
"theme_color": "#5829bb",
|
||||
"screenshots": [],
|
||||
"icons": [
|
||||
{
|
||||
"src": "/src/assets/img/logo-square.svg",
|
||||
"sizes": "any",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/src/assets/img/logo-square.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
}
|
||||
{
|
||||
"src": "/src/assets/img/logo-square.svg",
|
||||
"sizes": "any",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/src/assets/img/logo-square.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
}
|
||||
],
|
||||
"shortcuts": [],
|
||||
"lang": "en",
|
||||
"dir": "rtl"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue