wishthis/manifest.json
grandeljay ffead11335 Add id
2022-07-07 13:52:50 +02:00

52 lines
1.3 KiB
JSON

{
"id": "wishthis",
"name": "wishthis",
"short_name": "wishthis",
"description": "wishthis is a simple, intuitive and modern wishlist platform to create, manage and view your wishes for any kind of occasion.",
"categories": [
"productivity",
"shopping"
],
"background_color": "#f4f4f4",
"theme_color": "#5829bb",
"display": "standalone",
"orientation": "any",
"scope": "/",
"start_url": "/",
"screenshots": [],
"icons": [
{
"src": "/src/assets/img/logo-square.svg",
"sizes": "any",
"purpose": "any"
},
{
"src": "/src/assets/img/logo-square.svg",
"sizes": "any",
"purpose": "maskable"
},
{
"src": "/src/assets/img/logo-square.png",
"sizes": "any",
"purpose": "any"
},
{
"src": "/src/assets/img/logo-square.png",
"sizes": "any",
"purpose": "maskable"
}
],
"shortcuts": [],
"lang": "en",
"dir": "rtl",
"share_target": {
"action": "/?page=wishlists",
"method": "GET",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}