{
  "id": "https://sitename.com/",
  "dir": "ltr",
  "lang": "en",
  "name": "SiteName",
  "short_name": "SiteName",
  "description": "Stay connected with SiteName, your hub for news, business, and connections!",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#fd7f20",
  "prefer_related_applications": false,
  
  "icons": [
    {
      "src": "/content/uploads/pwa/logo-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/content/uploads/pwa/logo-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
	  
  ],

 "screenshots": [
    {
      "src": "/content/uploads/pwa/pages.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Business"
    },
    {
      "src": "/content/uploads/pwa/news.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Latest News"
    },
    {
      "src": "/content/uploads/pwa/bigpage.png",
      "sizes": "2400x1600",
	  "form_factor": "wide",
      "type": "image/png",
      "label": "Detailed Business Pages"
    },
    {
      "src": "/content/uploads/pwa/biggames.png",
      "sizes": "2400x1600",
      "type": "image/png",
	  "form_factor": "wide",
      "label": "Games"
    },
    {
      "src": "/content/uploads/pwa/bigblogs.png",
      "sizes": "2400x1600",
      "type": "image/png",
	  "form_factor": "wide",
      "label": "Buzzing News"
    },
    {
      "src": "/content/uploads/pwa/profile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "User Profile"
    }
],

  "shortcuts": [
    {
      "name": "NewsBuzz",
      "short_name": "NewsBuzz",
      "description": "Explore the latest news on AtoZBuzz",
      "url": "/news",
      "icons": [
        {
          "src": "/content/uploads/pwa/news-icon.png",
          "sizes": "64x64",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Business Pages",
      "short_name": "Business Pages",
      "description": "Showcase and manage your business pages",
      "url": "/pages",
      "icons": [
        {
          "src": "/content/uploads/pwa/pages.png",
          "sizes": "64x64",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Shorts",
      "short_name": "Shorts",
      "description": "Watch and share trending Shorts",
      "url": "/shorts",
      "icons": [
        {
          "src": "/content/uploads/pwa/pages-icon.png",
          "sizes": "64x64",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Create Buzz",
      "short_name": "Post",
      "description": "Create and share a new post",
      "url": "/news/new",
      "icons": [
        {
          "src": "/content/uploads/pwa/news.png",
          "sizes": "64x64",
          "type": "image/png"
        }
      ]
    }
  ],

  "share_target": {
    "action": "/share?url=",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "",
      "text": "",
      "url": "link"
    }
  }
,

  "categories": ["news", "business", "social", "entertainment", "productivity"],

  "launch_handler": {
    "client_mode": "navigate-existing"
  },

  "handle_links": {
    "scope": "/",
    "urls": ["*"]
  },

  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "type": "classic"
  },

  "edge_side_panel": {
    "preferred_panel_width": 400
  }
}
