{
  "name": "347 CAR Keys — Command Platform",
  "short_name": "347 CAR Keys",
  "description": "Unified business platform for 347 CAR Keys automotive locksmith — admin command center and technician field app with inventory, dispatch, payments, and reporting.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "scope": "/",
  "lang": "en-CA",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dispatch New Job",
      "short_name": "Dispatch",
      "description": "Quickly dispatch a new job to a technician",
      "url": "/?action=dispatch",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Check Inventory",
      "short_name": "Inventory",
      "description": "View warehouse and van stock levels",
      "url": "/?page=inventory",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tech Records",
      "short_name": "Records",
      "description": "Per-tech job records and net profit",
      "url": "/?page=techrecords",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
