{
    "name": "Pet Portal",
    "short_name" : "Pet Portal",
    "start_url": "portal?pwa",
    "scope" : "https://breedercloudpro.com/portal",
    "icons": [
        {
            "src": "/images_v2/app_web/pwa_icon_192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images_v2/app_web/pwa_icon_512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "display": "standalone"
}