{
    "name": "Chicken Care App - Where every cluck counts",
    "short_name": "Chicken Care App",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#667eea",
    "theme_color": "#FF8C42",
    "description": "A comprehensive chicken app with chicken, coop, and egg management, health records, breed identifier, coop space calculator, feed tracker, incubation tracker, genetics tracking, breeding management, and data visualization. Track your flock's every move, manage cleaning schedules, health concerns, sales, egg hatching, manage breeding programs, and analyze genetic data with ease.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "scope": "/",
    "lang": "en",
    "categories": [
        "productivity",
        "utilities",
        "business"
    ],
    "screenshots": [
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "platform": "wide"
        }
    ],
    "shortcuts": [
        {
            "name": "Add Chicken",
            "short_name": "Add Chicken",
            "description": "Quickly add a new chicken to your flock",
            "url": "/chicken-form",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "16x16"
                }
            ]
        },
        {
            "name": "View Lineage",
            "short_name": "Lineage",
            "description": "View chicken lineage and family trees",
            "url": "/lineage",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "16x16"
                }
            ]
        },
        {
            "name": "Manage Coops",
            "short_name": "Coops",
            "description": "Manage your chicken coops and housing",
            "url": "/coop-form",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "16x16"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "16x16",
            "type": "image/png"
        }
    ],
    "share_target": {
        "action": "/",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "file_handlers": [
        {
            "action": "/",
            "accept": {
                "text/csv": [
                    ".csv"
                ],
                "application/json": [
                    ".json"
                ]
            }
        }
    ]
}