{
  "name": "Sustainable Living Simple",
  "short_name": "SustainableLiving",
  "description": "Making sustainable living accessible and achievable for everyone, regardless of location, income, ability, or background.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#34c759",
  "icons": [
    {
      "src": "images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "environment", "sustainability"],
  "shortcuts": [
    {
      "name": "Food & Water",
      "short_name": "Food",
      "description": "Sustainable food and water practices",
      "url": "/pages/food-water.html"
    },
    {
      "name": "Home & Shelter",
      "short_name": "Home",
      "description": "Sustainable home and shelter solutions",
      "url": "/pages/home-shelter.html"
    },
    {
      "name": "Quick Wins",
      "short_name": "Quick Wins",
      "description": "Simple changes for immediate impact",
      "url": "/#quick-wins"
    }
  ]
}