{
  "id": "/orders/",
  "name": "Order Manager",
  "short_name": "Orders",
  "description": "Order management for Nysa — designs, brief entry, production, exports.",
  "start_url": "/orders/",
  "scope": "/orders/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#fafaf9",
  "theme_color": "#fafaf9",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "navigate-existing" },
  "handle_links": "preferred",
  "edge_side_panel": { "preferred_width": 480 },
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "New",
      "description": "Create a new order",
      "url": "/orders/#orders?action=new",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Order Items",
      "short_name": "Items",
      "description": "Open the order items list",
      "url": "/orders/#order_items",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Stock Check",
      "short_name": "Stock",
      "description": "Quick fabric × shade stock lookup",
      "url": "/orders/#stock_check",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Production",
      "short_name": "Production",
      "description": "Daily production entry",
      "url": "/orders/#production",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/orders/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/gif"]
        }
      ]
    }
  },
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
