{
  "name": "PrintEngine by Pixelbent",
  "short_name": "PrintEngine",
  "description": "Print shop management — orders, production, inventory, and merch stores",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New Order",
      "url": "/orders/new",
      "description": "Create a new order"
    },
    {
      "name": "Production",
      "url": "/production",
      "description": "View production board"
    },
    {
      "name": "Receiving",
      "url": "/receiving",
      "description": "Receive purchase orders"
    }
  ]
}
