{
  "name": "Aurora POS",
  "short_name": "Aurora",
  "description": "A complete, offline-capable point of sale system.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0e1018",
  "theme_color": "#5b6cff",
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["business", "productivity", "finance"],
  "shortcuts": [
    { "name": "Register",  "url": "./?view=pos",       "description": "Start a new sale" },
    { "name": "Inventory", "url": "./?view=inventory", "description": "Manage stock" },
    { "name": "Reports",   "url": "./?view=reports",   "description": "Sales analytics" }
  ]
}
