delphi.market/vue/public/manifest.json

29 lines
709 B
JSON

{
"short_name": "dm",
"name": "Delphi Market",
"icons": [
{
"src": "/android-chrome-192x192.png",
"type": "image/jpeg",
"sizes": "192x192"
},
{
"src": "/android-chrome-512x512.png",
"type": "image/jpeg",
"sizes": "512x512"
}
],
"background_color": "#091833",
"display": "standalone",
"scope": "/",
"theme_color": "#8787a4",
"description": "Prediction Market on Lightning",
"screenshots": [
{
"src": "/app_screenshot_001.png",
"type": "image/png",
"sizes": "750x1334",
"form_factor": "narrow"
}
]
}