{
  "name": "Daniel Wisdom Hub",
  "short_name": "Wisdom Hub",
  "description": "Daily wisdom quotes to inspire, motivate and transform your mindset.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0B0B0F",
  "theme_color": "#FFD369",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Quotes",
      "short_name": "Explore",
      "url": "/index.html#explore",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Trending",
      "short_name": "Trending",
      "url": "/index.html#trend",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "lifestyle",
    "education",
    "entertainment"
  ],
  "lang": "en"
}