{
    "name": "狗粮喂食量计算器",
    "short_name": "狗粮喂食量计",
    "description": "根据体重、年龄、活动量和体况，算出狗狗或猫咪每天该喂多少，并给出干粮、湿粮和混合喂食的克数。",
    "start_url": "/zh-CN/app/gou-liang-wei-shi-liang",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#4F46E5",
    "background_color": "#4F46E5",
    "scope": "/zh-CN/app/gou-liang-wei-shi-liang",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/pet-food-calculator/pet-food-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/pet-food-calculator/pet-food-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}