{ "id": "/dashboard", "name": "Pharmacy POS and Inventory System", "short_name": "Pharmacy POS", "description": "Secure pharmacy sales, stock, purchasing, dispensing, and reporting workspace.", "start_url": "/dashboard", "scope": "/", "display": "standalone", "orientation": "any", "background_color": "#f8fafc", "theme_color": "#047857", "categories": ["business", "medical", "productivity"], "icons": [ { "src": "/pwa-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }, { "src": "/pwa-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" } ], "shortcuts": [ { "name": "Point of sale", "short_name": "POS", "url": "/pos", "icons": [ { "src": "/pwa-icon.svg", "sizes": "any", "type": "image/svg+xml" } ] }, { "name": "Inventory", "short_name": "Stock", "url": "/inventory/batches", "icons": [ { "src": "/pwa-icon.svg", "sizes": "any", "type": "image/svg+xml" } ] } ] }