{
  "name": "AMVix POS",
  "short_name": "AMVix POS",
  "description": "AMVix Commerce point-of-sale — works offline, syncs when back online.",
  "start_url": "dashboard.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0C1A34",
  "theme_color": "#0C1A34",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Open register", "short_name": "Register", "url": "pos.html" },
    { "name": "Dashboard", "short_name": "Dashboard", "url": "dashboard.html" },
    { "name": "Reports", "short_name": "Reports", "url": "reports.html" }
  ]
}
