Infrastructure: Implement master/dev/vX branching, save git path, and fix username casing

This commit is contained in:
Daniel Bedeleanu
2026-04-10 21:51:22 +03:00
parent 93edcc261b
commit 8a3783c7e9
3397 changed files with 57402 additions and 98 deletions

View File

@@ -1,19 +1,19 @@
{
"name": "Inventory PWA",
"short_name": "Inventory",
"description": "Unified Web & Mobile Inventory System",
"description": "Unified inventory management with offline scanning",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"background_color": "#0a0a0a",
"theme_color": "#3b82f6",
"icons": [
{
"src": "/icon-192x192.png",
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512x512.png",
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}