{
  "name": "Website shop nepal- POS software",
  "short_name": "WSN POS",
  "description": "Professional POS software for retail and restaurants in Nepal",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23667eea' width='192' height='192'/><text x='96' y='96' dominant-baseline='middle' text-anchor='middle' font-size='100' font-weight='bold' fill='white' font-family='Arial'>POS</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%23667eea' width='512' height='512'/><text x='256' y='256' dominant-baseline='middle' text-anchor='middle' font-size='300' font-weight='bold' fill='white' font-family='Arial'>POS</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "New Order",
      "description": "Start a new point of sale order",
      "url": "/?view=pos"
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Check and manage inventory",
      "url": "/?view=inventory"
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View sales and analytics reports",
      "url": "/?view=reports"
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View and manage orders",
      "url": "/?view=orders"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "application/json",
            "text/csv"
          ]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/open-backup",
      "accept": {
        "application/json": [".json"],
        "text/plain": [".txt"]
      },
      "icons": [
        {
          "src": "/assets/icon-backup-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+pos",
      "url": "/protocol?url=%s"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots_preference": "natural",
  "scope_extensions": [
    {
      "origin": "https://api.example.com"
    }
  ],
  "permissions": [
    "notifications",
    "storage"
  ]
}
