{
  "name": "THE SMART ADVICE",
  "short_name": "SMART ADVICE",
  "description": "THE SMART ADVICE publishes articles related to education, optometry notes, health guides, competitive exam quizzes, business, and self-improvement tips.",
  "lang": "en-US",
  "display": "standalone",
  "background_color": "#ffffff",
  "scope": "/",
  "start_url": "/",
  "theme_color": "#1a73e8",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/monochrome.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "dir": "auto",
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "SELF IMPROVEMENT",
      "url": "/category/self-improvement/",
      "icons": [
        {
          "src": "/self-improvement.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "HEALTH",
      "url": "/category/health/",
      "icons": [
        {
          "src": "/health.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "LIFE STYLE",
      "url": "/category/life-style/",
      "icons": [
        {
          "src": "/life-style.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "education",
    "lifestyle",
    "medical"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}