Release query Tools v0.1.0

This commit is contained in:
2026-09-01 14:10:51 +02:00
commit 2730ce08b2
59 changed files with 8775 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "Query Tools",
"short_name": "Queries",
"description": "Query structured data locally.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#172036",
"theme_color": "#172036",
"icons": [
{
"src": "./favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}