{
  "name": "Happy Worms App",
  "short_name": "Happy Worms",
  "id": "/index.html",
  "description": "Happy Worms helps you raise healthier worms, make better compost, and grow a better garden. Whether you're starting your first bin, teaching kids about composting, or growing worms to sell castings, easy guidance is right in your pocket.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#e4d8be",
  "theme_color": "#33502f",
  "categories": [
    "lifestyle",
    "utilities",
    "education"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
