{
"scope":"/",
"id":"/",
"start_url":"/",
"display":"standalone",
"icons":[
	{
	"sizes":"192x192",
	"type":"image/png",
	"src":"s_icon.png"
	},
	{
	"sizes":"512x512",
	"type":"image/png",
	"src":"l_icon.png"}
	],
"name":"symbion.eu",
"short_name":"symbion.eu",
"theme_color":"#00aba9",
"background_color":"#ffffff",
  "shortcuts": [
    {
      "name": "Home page",
      "short_name": "Home page",
      "description": "Home page of the app",
      "url": "/index.php",
      "icons": [{ "src": "s_icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Login",
      "short_name": "Login",
      "description": "Login to symbion.eu",
      "url": "/app",
      "icons": [{ "src": "s_icon.png", "sizes": "192x192" }]
    }
  ],
  "description": "symbion.eu online invoicing app",
    "screenshots": [
    {
      "src": "manifest_screen.png",
      "type": "image/png",
      "sizes": "720x433",
      "form_factor": "wide"
    }
  ]
}
