{
  "name": "Edge Now POS - Modern Point of Sale System",
  "short_name": "Edge Now POS",
  "description": "Modern Point of Sale system with real-time customer display, dual-window support, and advanced features for restaurants, cafes, and food businesses",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#70B56A",
  "orientation": "landscape",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "food", "restaurant", "productivity"],
  "icons": [
    {
      "src": "/logo_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "POS Mode",
      "short_name": "POS",
      "description": "Open POS interface for order entry",
      "url": "/pos",
      "icons": [
        {
          "src": "/logo_192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Customer Display",
      "short_name": "Display",
      "description": "Open customer-facing display window",
      "url": "/customer-display",
      "icons": [
        {
          "src": "/logo_192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dual Window Mode",
      "short_name": "Dual",
      "description": "Launch both POS and customer display",
      "url": "/pos?dual-window=true",
      "icons": [
        {
          "src": "/logo_192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Kitchen Display",
      "short_name": "Kitchen",
      "description": "Open kitchen order management",
      "url": "/kitchen",
      "icons": [
        {
          "src": "/logo_192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+edge-now",
      "url": "/?protocol=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/pos",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"]
      }
    }
  ],
  "share_target": {
    "action": "/pos",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/screenshots/pos-screen.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "POS Interface"
    },
    {
      "src": "/screenshots/customer-display.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Customer Display"
    }
  ]
} 