// {
// 	"name": "IndianSoftware",
// 	"short_name": "IndianSoftware",
// 	"start_url": "login_page.php",
// 	"display": "standalone",
// 	"background_color": "#cccccc",
// 	"theme_color": "#00695c",
// 	"orientation": "portrait-primary",
// 	"icons":[
// 		{
// 			"src": "img/icons/indian-software-72.png",
// 			"type": "image/png",
// 			"sizes": "72x72"
// 		},
// 		{
// 			"src": "img/icons/indian-software-96.png",
// 			"type": "image/png",
// 			"sizes": "96x96"
// 		},
// 		{
// 			"src": "img/icons/indian-software-128.png",
// 			"type": "image/png",
// 			"sizes": "128x128"
// 		},
// 		{
// 			"src": "img/icons/indian-software-144.png",
// 			"type": "image/png",
// 			"sizes": "144x144"
// 		},
// 		{
// 			"src": "img/icons/indian-software-152.png",
// 			"type": "image/png",
// 			"sizes": "152x152"
// 		},
// 		{
// 			"src": "img/icons/indian-software-192.png",
// 			"type": "image/png",
// 			"sizes": "192x192"
// 		},
// 		{
// 			"src": "img/icons/indian-software-384.png",
// 			"type": "image/png",
// 			"sizes": "384x152"
// 		},
// 		{
// 			"src": "img/icons/indian-software-512.png",
// 			"type": "image/png",
// 			"sizes": "512x512"
// 		}
// 	], 
	
// 	"shortcuts": [
//             {
//               "name": "Search page",
//               "short_name": "Search",
//               "url": "index.html",
//               "icons": [
//                 { "src": "img/icons/indian-software-192.png", "sizes": "192x192", "type": "image/png" }
//               ]
//             },
//             {
//               "name": "News feed",
//               "short_name": "News",
//               "url": "/news.html",
//               "icons": [
//                 { "src": "/assets/post.png", "sizes": "192x192", "type": "image/png" }
//               ]
//             },
//             {
//               "name": "Add new Post",
//               "short_name": "Add Post",
//               "url": "/post.html",
//               "icons": [
//                 { "src": "/assets/plus.png", "sizes": "192x192", "type": "image/png" }
//                 ]
//             }
//         ]


// }


{
  "name": "Indian Software School App",
  "short_name": "SchoolApp",
  "start_url": "/school-management/school_application/login_page.php",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "orientation": "portrait",
  "icons": [
    {
        "src": "img/icons/indian-software-192.png",
	    "type": "image/png",
        "sizes": "192x192"
    },
    {
      "src": "img/icons/indian-software-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}