{
  "name": "CityPhoneBook",
  "short_name": "CPB",
  "description": "CityPhoneBook : EMPOWERING LOCAL CONNECTIONS",
  "icons": [
     {
      "src": "img/icon_48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
     {
      "src": "img/icon_72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
     {
      "src": "img/icon_96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
     {
      "src": "img/icon_144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "img/icon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#fd7e14",
  "background_color": "#ffffff",
  "display": "standalone",
  "start_url": "/index.php",
  "id": "1",
  "dir": "ltr",
  "lang": "en",
  "orientation": "portrait",
  "categories": [
    "business",
    "education",
    "social"
  ],
  "display_override": [
    "window-controls-overlay"
  ],
   "shortcuts": [
    {
      "name": "Category ",
      "short_name": "Category",
      "description": "Search In 200+ Category",
      "url": "/category.php",
      "icons": [
        {
          "src": "/img/category.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Profile",
      "short_name": "Profile",
      "description": "View your profile",
      "url": "/profile.php",
      "icons": [
        {
          "src": "/img/profile.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}