{ "name": "RAR Accounting System", "short_name": "RARAS", "description": "RAR Accounting System is an installable billing and inventory web app.", "id": "/", "start_url": "/", "scope": "/", "display": "standalone", "orientation": "portrait", "background_color": "#f4f6fa", "theme_color": "#ef3349", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "shortcuts": [ { "name": "Dashboard", "url": "/dashboard" }, { "name": "New Sale", "url": "/invoices/create" }, { "name": "Products", "url": "/products" } ] }