{
  "id": "com.kalyanshop.purchasetracker",
  "name": "Purchase Tracker — B2B",
  "short_name": "Purchase Tracker",
  "description": "Professional tool for retail business owners to track wholesale purchases, discounts, and supplier payment history.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#022c22",
  "theme_color": "#10b981",
  "orientation": "portrait",
  "categories": [
    "business",
    "finance"
  ],
  "icons": [
    {
      "src": "../icons/icon-48.webp",
      "type": "image/png",
      "sizes": "48x48",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-72.webp",
      "type": "image/png",
      "sizes": "72x72",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-96.webp",
      "type": "image/png",
      "sizes": "96x96",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-128.webp",
      "type": "image/png",
      "sizes": "128x128",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-192.webp",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-256.webp",
      "type": "image/png",
      "sizes": "256x256",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-512.webp",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Purchase",
      "short_name": "Purchase",
      "url": "./index.html",
      "description": "Record a new wholesale purchase",
      "icons": [
        {
          "src": "icons/shortcut-purchase.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Ledger",
      "short_name": "Ledger",
      "url": "./index.html",
      "description": "Check supplier balances and payments",
      "icons": [
        {
          "src": "icons/shortcut-ledger.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/mobile-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard overview showing spend trends"
    },
    {
      "src": "screenshots/mobile-2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Supplier management and due amounts"
    }
  ]
}
