mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
30 lines
659 B
JSON
30 lines
659 B
JSON
{
|
|
"background_color": "white",
|
|
"description": "Sqliteviz is a single-page application for fully client-side visualisation of SQLite databases or CSV.",
|
|
"display": "fullscreen",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "Logo48x48.png",
|
|
"sizes": "48x48",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "Logo192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "Logo512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"name": "sqliteviz",
|
|
"short_name": "sqliteviz",
|
|
"start_url": "index.html"
|
|
} |