97 lines
1.9 KiB
JSON
97 lines
1.9 KiB
JSON
{
|
|
"name": "Morphit",
|
|
"short_name": "Morphit",
|
|
"description": "Peer-to-peer, non-custodial fiat ↔ crypto marketplace.",
|
|
"lang": "en",
|
|
"dir": "ltr",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
|
|
"orientation": "any",
|
|
"background_color": "#0a0e16",
|
|
"theme_color": "#00DA69",
|
|
"icons": [
|
|
{
|
|
"src": "/app-icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/app-icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/app-icon-maskable-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/app-icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/app-icon-maskable.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"categories": ["finance"],
|
|
"protocol_handlers": [
|
|
{
|
|
"protocol": "web+morphit",
|
|
"url": "/pair?%s"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Post order",
|
|
"short_name": "Post",
|
|
"description": "Post a new buy or sell order on the orderbook.",
|
|
"url": "/post",
|
|
"icons": [
|
|
{
|
|
"src": "/app-icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "My orders",
|
|
"short_name": "Orders",
|
|
"description": "See your active and past orders.",
|
|
"url": "/my/orders",
|
|
"icons": [
|
|
{
|
|
"src": "/app-icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Browse orderbook",
|
|
"short_name": "Orderbook",
|
|
"description": "Browse open orders from other traders.",
|
|
"url": "/orderbook",
|
|
"icons": [
|
|
{
|
|
"src": "/app-icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"launch_handler": {
|
|
"client_mode": "navigate-existing"
|
|
}
|
|
}
|