{    "name": "RT Services Parcel Tracker",    "short_name": "RT Parcels",    "description": "Parcel tracking and management for RT Services",    "start_url": "/dashboard/",    "display": "standalone",    "background_color": "#1a1a2e",    "theme_color": "#e94560",    "orientation": "portrait",    "icons": [        {            "src": "/static/images/icon-192.png",            "sizes": "192x192",            "type": "image/png"        },        {            "src": "/static/images/icon-512.png",            "sizes": "512x512",            "type": "image/png"        }    ]}