jsoncrack.com/public/manifest.json

25 lines
484 B
JSON
Raw Normal View History

2022-04-27 12:31:53 +03:00
{
"name": "JSON Visio",
"short_name": "JSON Visio",
2022-04-27 15:30:20 +03:00
"description": "Visualize your JSON data onto graphs seamlessly.",
2022-04-27 12:31:53 +03:00
"theme_color": "#36393e",
"background_color": "#36393e",
"display": "standalone",
"orientation": "landscape",
2022-04-28 11:58:54 +03:00
"scope": "/",
2022-04-27 12:31:53 +03:00
"start_url": "/editor",
"icons": [
{
"src": "/192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}