{
  "name": "Amateta Retail Suite",
  "short_name": "Amateta POS",
  "description": "Smart Point of Sale for Namibian retailers and small businesses. Sell, manage stock and customers, print receipts, and keep selling even when the internet drops.",
  "id": "/",
  "start_url": "/app/pos.php",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#1B9CD8",
  "background_color": "#ffffff",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity", "shopping"],
  "icons": [
    { "src": "/assets/images/logo/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/images/logo/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/images/logo/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Sale (POS)",
      "short_name": "POS",
      "description": "Open the Point of Sale terminal",
      "url": "/app/pos.php",
      "icons": [{ "src": "/assets/images/logo/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your business dashboard",
      "url": "/app/dashboard.php",
      "icons": [{ "src": "/assets/images/logo/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Manage products and stock",
      "url": "/app/products.php",
      "icons": [{ "src": "/assets/images/logo/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Sales History",
      "short_name": "Sales",
      "description": "View sales and receipts",
      "url": "/app/sales.php",
      "icons": [{ "src": "/assets/images/logo/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
