{
    "name": "Feathrs",
    "short_name": "Feathrs",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#FF6F00",
    "theme_color": "#E8710A",
    "description": "Farm-management app for backyard flocks and homestead poultry: flock records, health, incubation, egg logging, finances, and community.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
