{
	"$schema": "https://json.schemastore.org/web-manifest-combined.json",
	"name": "Media42 - Communication and Public Relations",
	"short_name": "Media42",
	"description": "Media42 - Communication and Public Relations information and portfolio application",
	"dir": "ltr",
	"lang": "gr (Greek)",
	"icons":[{
             "src": "images/app/icon.png",
             "sizes": "192x192",
             "type": "image/png",
			 "purpose":"any "
            },
			{
             "src": "images/app/splash.png",
             "sizes": "512x512",
             "type": "image/png",
			 "purpose":"any"
            },
			{
             "src": "images/app/maskable.png",
             "sizes": "512x512",
             "type": "image/png",
			 "purpose":"maskable"
            }
			],
    "display": "fullscreen",
    "scope": "/",
	"orientation": "portrait",
    "background_color": "#4da19f",
    "theme_color": "#4da19f",
    "start_url": "/app.php",
    "categories": ["business", "technology", "web"],
	"shortcuts" : [
	  {
		"name": "English version",
		"url": "/en/",
		"description": "Information in the English language"
	  },
	  {
		"name": "Company",
		"url": "/en/company/"
	  },
	  {
		"name": "Contact",
		"url": "/en/contact/"
	  }	  
	]
	
}