{
  "name": "microPOS - Point of Sale System",
  "short_name": "microPOS",
  "description": "Professional POS system powered by 1zonic.com",
  "start_url": "/POS/",
  "scope": "/POS",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a1d23",
  "theme_color": "#4f8ef7",
  "dir": "auto",
  "lang": "en",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%234f8ef7' width='192' height='192'/><text x='96' y='120' font-size='120' font-weight='bold' text-anchor='middle' fill='white' font-family='Arial'>$</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='%234f8ef7' width='512' height='512'/><text x='256' y='340' font-size='280' font-weight='bold' text-anchor='middle' fill='white' font-family='Arial'>$</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%231a1d23' width='540' height='720'/><text x='270' y='360' font-size='120' font-weight='bold' text-anchor='middle' fill='%234f8ef7' font-family='Arial'>microPOS</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'><rect fill='%231a1d23' width='1280' height='720'/><text x='640' y='360' font-size='120' font-weight='bold' text-anchor='middle' fill='%234f8ef7' font-family='Arial'>microPOS</text></svg>",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "POS Sales",
      "short_name": "Sales",
      "description": "Quick access to POS sales",
      "url": "/POS/#/pos",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%234f8ef7' width='96' height='96'/><text x='48' y='65' font-size='60' font-weight='bold' text-anchor='middle' fill='white' font-family='Arial'>$</text></svg>", "sizes": "96x96", "type": "image/svg+xml"}]
    },
    {
      "name": "Kitchen Display",
      "short_name": "Kitchen",
      "description": "Access kitchen display system",
      "url": "/POS/#/kitchen",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%2310b981' width='96' height='96'/><text x='48' y='65' font-size='60' font-weight='bold' text-anchor='middle' fill='white' font-family='Arial'>K</text></svg>", "sizes": "96x96", "type": "image/svg+xml"}]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [{"name": "invoice", "accept": ["application/pdf"]}]
    }
  }
}
