{ "name": "Jewelry Store Management", "short_name": "Jewelry Store", "description": "Point of sale, inventory, and management system for gold, silver, and gemstone shops.", "start_url": "/dashboard", "id": "/dashboard", "display": "standalone", "background_color": "#fdf8ec", "theme_color": "#d99423", "orientation": "any", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Point of Sale", "url": "/pos", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }, { "name": "Inventory", "url": "/inventory", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] } ] }