{
	"short_name": "787 ECL",
	"name": "787 ECL Emulator",
	"description": "This is a 787 ECL emulator. It is a cross platform application available on iOS and Android. The content of the checklists is based on the paper QRH of one specific airline. It is not meant to replicate the functionality of the aircraft-installed ECL; It is not interactive. Not for official nor training use.",
	"categories": ["education"],
	"icons": [
		{
		    "src": "/assets/images/icons/round-icon-192.png",
		    "sizes": "192x192",
		    "type": "image/png",
		    "purpose": "any"
		    
		},
		{
		    "src": "/assets/images/icons/round-icon-512.png",
		    "sizes": "512x512",
		    "type": "image/png",
		    "purpose": "any"
		    
		},
		{
		    "src": "/assets/images/icons/round-icon-1024.png",
		    "sizes": "1024x1024",
		    "type": "image/png",
		    "purpose": "any"
		    
		},
		{
		    "src": "/assets/images/icons/maskable-icon-192.png",
		    "sizes": "192x192",
		    "type": "image/png",
		    "purpose": "maskable"
		    
		},
		{
		    "src": "/assets/images/icons/maskable-icon-512.png",
		    "sizes": "512x512",
		    "type": "image/png",
		    "purpose": "maskable"
		},
		{
		    "src": "/assets/images/icons/maskable-icon-1024.png",
		    "sizes": "1024x1024",
		    "type": "image/png",
		    "purpose": "maskable"
		}
	],

	"start_url": "/",
	"background_color": "#089cb9",
	"display": "standalone",
	"theme_color": "#212121",
	"orientation": "any",
	"scope": "/",
	"shortcuts" : [
	  {
	    "name": "NON-NORMAL MENU",
	    "url": "/nnc/index.html",
	    "description": "Non Normal Menu Items"
	  },
	  {
	    "name": "NORMAL MENU",
	    "url": "/nc/index.html",
	    "description": "Normal Menu Items"
	  }
	],
	"screenshots" : [
	  {
	    "src": "/assets/images/screenshots/screenshot-1.png",
	    "sizes": "1200x2700",
	    "type": "image/png",
	    "platform": "narrow",
	    "label": "Full 787 ECL Emulator"
	  },
	  {
	    "src": "/assets/images/screenshots/screenshot-2.png",
	    "sizes": "1200x2700",
	    "type": "image/png",
	    "platform": "narrow",
	    "label": "400+ Checklists as per paper QRH"
	  },
	  {
	    "src": "/assets/images/screenshots/screenshot-3.png",
	    "sizes": "1200x2700",
	    "type": "image/png",
	    "platform": "narrow",
	    "label": "Cross Platform: Apple, Android"
	  },
	  {
	    "src": "/assets/images/screenshots/screenshot-4.png",
	    "sizes": "1200x2700",
	    "type": "image/png",
	    "platform": "narrow",
	    "label": "All Your Devices: Online & Offline"
	  }
	]
}