1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

Deploying to build from @ 6d512422cf 🚀

This commit is contained in:
lana-k
2021-04-30 16:43:29 +00:00
parent 7a47763510
commit 450c15f233
19 changed files with 244 additions and 1 deletions

20
manifest.webmanifest Normal file
View File

@@ -0,0 +1,20 @@
{
"background_color": "white",
"description": "Sqliteviz is a single-page application for fully client-side visualisation of SQLite databases or CSV.",
"display": "fullscreen",
"icons": [
{
"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"
}