{
  "name": "AsoTrak - Smart Fashion Business Management",
  "short_name": "AsoTrak",
  "description": "The complete business management platform for African fashion creators. Manage clients, orders, measurements, and payments all in one place.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#FDF8F3",
  "theme_color": "#D94218",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "New Order",
      "description": "Create a new order",
      "url": "/orders/new",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "New Client",
      "short_name": "New Client",
      "description": "Add a new client",
      "url": "/clients/new",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "View Orders",
      "short_name": "Orders",
      "description": "View all orders",
      "url": "/orders",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}

