{
  "name": "Linus",
  "short_name": "Linus",
	"theme_color": "#ffffff",
	"background_color": "#ffffff",
  "icons": [{
      "src": "./cmmn/img/homeicon/256.png",
      "sizes": "256x256",
      "type": "image/png"
    },{
      "src": "./cmmn/img/homeicon/192.png",
      "sizes": "192x192",
      "type": "image/png"
    }],
	"scope": "/",
  "start_url": "./index.html",
	"display": "standalone",
  "orientation": "landscape"
}