{
  "name": "Dog Food Portion Calculator",
  "short_name": "DogPortion",
  "description": "Calculate exact food portion serving targets using NRC standards and packages dry weights.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "orientation": "portrait-primary",
  "categories": ["utilities"],
  "icons": [
    {
      "src": "/icon/",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-icon/",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch icon"
    }
  ]
}
