{
  "name": "BizTraka - Business Management System",
  "short_name": "BizTraka",
  "description": "Track money, manage customers, pay workers, and see project profitability. Built for African businesses.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0a2540",
  "background_color": "#ffffff",
  "categories": ["business", "finance", "productivity"],
  "lang": "en-GB",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Dashboard view showing daily profit and key metrics"
    },
    {
      "src": "/screenshots/transactions.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Quick transaction entry with multi-currency support"
    },
    {
      "src": "/screenshots/customers.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Customer management with balance tracking"
    },
    {
      "src": "/screenshots/projects.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Project profitability analysis"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Transaction",
      "short_name": "Add Sale",
      "description": "Quick add income or expense",
      "url": "/transactions?action=add",
      "icons": [{ "src": "/icons/add-transaction.png", "sizes": "192x192" }]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "See your business performance",
      "url": "/reports",
      "icons": [{ "src": "/icons/reports.png", "sizes": "192x192" }]
    },
    {
      "name": "Customer Balances",
      "short_name": "Customers",
      "description": "Check who owes you money",
      "url": "/customers",
      "icons": [{ "src": "/icons/customers.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-receiver",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "receipt",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
