{
    "name": "BreederCloudPro - Dog Breeding Software",
    "short_name" : "BreederCloudPro",
    "start_url": "dashboard?pwa",
    "scope" : "https://breedercloudpro.com",
    "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": "#3c61c5",
    "background_color": "#ffffff",
    "display": "standalone",
    "orientation": "any"
}