{
  "name": "LockVentory",
  "short_name": "LockVentory",
  "description": "Field Service & Inventory for Locksmiths",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000008",
  "theme_color": "#ef6008",
  "orientation": "any",
  "icons": [
    {
      "src": "/assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Service Calls",
      "url": "/?page=calls",
      "description": "View open service calls"
    },
    {
      "name": "My Truck",
      "url": "/?page=truck",
      "description": "Check my truck inventory"
    },
    {
      "name": "Team Stock",
      "url": "/?page=team-stock",
      "description": "Search team inventory"
    }
  ]
}
