{
  "name": "Judy's Alterations",
  "short_name": "Judy's Alterations",
  "description": "Alteration order management for Judy's Alterations, Scottsdale AZ",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F8FAFC",
  "theme_color": "#6366F1",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New Order",
      "url": "/orders/new",
      "description": "Create a new alteration order"
    },
    {
      "name": "Workflow Board",
      "url": "/workflow",
      "description": "View the Kanban workflow board"
    }
  ]
}
