{
  "name": "Wisdom Box",
  "short_name": "Wisdom Box",
  "description": "A calm reflection app with curated wisdom moods, themes, and a personal quote journal.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#eef2ed",
  "theme_color": "#2f756f",
  "categories": ["productivity", "lifestyle", "books"],
  "icons": [
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "images/wisdom-hero.png",
      "sizes": "1672x941",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Wisdom Box reflection studio"
    }
  ]
}
