jsoncrack.com/public/manifest.json

25 lines
612 B
JSON
Raw Normal View History

2022-04-27 12:31:53 +03:00
{
2022-08-30 11:16:52 +03:00
"name": "JSON Crack",
"short_name": "JSON Crack",
2024-01-15 20:55:14 +03:00
"description": "JSON Crack Editor is a tool for visualizing into graphs, analyzing, editing, formatting, querying, transforming and validating JSON, CSV, YAML, XML, and more.",
2022-04-27 12:31:53 +03:00
"theme_color": "#36393e",
"background_color": "#36393e",
"display": "standalone",
"orientation": "landscape",
2022-09-04 13:38:43 +03:00
"scope": "/editor",
2022-04-27 12:31:53 +03:00
"start_url": "/editor",
"icons": [
{
2022-10-04 19:54:37 +03:00
"src": "assets/192.png",
2022-04-27 12:31:53 +03:00
"sizes": "192x192",
"type": "image/png"
},
{
2022-10-04 19:54:37 +03:00
"src": "assets/512.png",
2022-04-27 12:31:53 +03:00
"sizes": "512x512",
"type": "image/png"
}
]
}