{
  "name": "HerdJourney",
  "short_name": "HerdJourney",
  "description": "Livestock growth & feedlot management",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8fbf6",
  "theme_color": "#1d6727",
  "icons": [
    {
      "src": "/static/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "New animal", "url": "/animals/new" },
    { "name": "Log weight", "url": "/weights/new" },
    { "name": "Tasks", "url": "/tasks" }
  ],
  "categories": ["agriculture", "productivity", "business"]
}
