{
  "name": "Quote Galaxy - Inspirational Quotes",
  "short_name": "Quote Galaxy",
  "description": "Explore wisdom from around the world with 1000+ inspirational quotes across 11 categories",
  "start_url": "/quotes/",
  "scope": "/quotes/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "education", "entertainment"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "icons/app-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/app-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icons/app-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Inspiration Quotes",
      "short_name": "Inspire",
      "description": "Get inspired with motivational quotes",
      "url": "/?category=inspire",
      "icons": [{ "src": "icons/app-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Life Quotes",
      "short_name": "Life",
      "description": "Wisdom about life",
      "url": "/?category=life",
      "icons": [{ "src": "icons/app-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Random Quote",
      "short_name": "Random",
      "description": "Show me a random quote",
      "url": "/?category=all",
      "icons": [{ "src": "icons/app-192.png", "sizes": "192x192" }]
    }
  ]
}
