Initial V1 Backup

This commit is contained in:
Javier
2026-01-22 00:36:01 -06:00
commit 4c5a588197
27 changed files with 7509 additions and 0 deletions

16
static/manifest.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "ScanLook Inventory",
"short_name": "ScanLook",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#06b6d4",
"icons": [
{
"src": "https://www.scanlook.net/static/icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
}
]
}