wishthis/manifest.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2022-02-23 22:31:24 +00:00
{
2022-07-07 11:52:50 +00:00
"id": "wishthis",
2022-02-23 22:31:24 +00:00
"name": "wishthis",
2022-02-24 07:19:24 +00:00
"short_name": "wishthis",
2022-03-07 12:55:23 +00:00
"description": "wishthis is a simple, intuitive and modern wishlist 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",
2022-07-07 11:52:50 +00:00
"theme_color": "#5829bb",
2022-02-24 07:18:24 +00:00
"display": "standalone",
2022-02-23 22:31:24 +00:00
"orientation": "any",
"scope": "/",
"start_url": "/",
"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-27 18:46:27 +00:00
},
{
"src": "/src/assets/img/logo-square.png",
"sizes": "any",
"purpose": "any"
},
{
"src": "/src/assets/img/logo-square.png",
"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",
2022-02-27 18:46:27 +00:00
"dir": "rtl",
"share_target": {
"action": "/?page=wishlists",
"method": "GET",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
2022-02-25 13:54:42 +00:00
}