mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
25 lines
612 B
JSON
25 lines
612 B
JSON
{
|
|
"name": "JSON Crack",
|
|
"short_name": "JSON Crack",
|
|
"description": "JSON Crack Editor is a tool for visualizing into graphs, analyzing, editing, formatting, querying, transforming and validating JSON, CSV, YAML, XML, and more.",
|
|
"theme_color": "#36393e",
|
|
"background_color": "#36393e",
|
|
"display": "standalone",
|
|
"orientation": "landscape",
|
|
"scope": "/editor",
|
|
"start_url": "/editor",
|
|
"icons": [
|
|
{
|
|
"src": "assets/192.jpg",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
|
|
{
|
|
"src": "assets/512.jpg",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|