{ "name": "Habib Auto Ledger", "short_name": "Habib Ledger", "description": "Dealer management, ledger tracking, payments, stock control, and reporting dashboard.", "id": "./", "start_url": "./index.php?source=pwa", "scope": "./", "display": "standalone", "background_color": "#edf2ff", "theme_color": "#0c1628", "lang": "en-PK", "categories": [ "business", "finance", "productivity" ], "icons": [ { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }, { "src": "assets/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Dashboard", "short_name": "Dashboard", "url": "./dashboard.php", "icons": [ { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" } ] }, { "name": "Stock List", "short_name": "Stock", "url": "./stock-list.php", "icons": [ { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" } ] }, { "name": "Dealer List", "short_name": "Dealers", "url": "./dealer-list.php", "icons": [ { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" } ] } ] }