{
  "short_name": "L'Alliance",
  "name": "L'Alliance",
  "description": "L'Alliance",
  "start_url": "/",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "id": "/",
  "theme_color": "#701f22",
  "version": "2.0.5",
  "icons": [
    {
      "src": "./images/glamf-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "./images/glamf-256.png",
      "type": "image/png",
      "sizes": "256x256"
    },
    {
      "src": "./images/glamf-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "screenshots": [
    {
      "src": "./images/glamf-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "./images/glamf-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "form_factor": "wide"
    }
  ],
  "serviceworker": {
	  "src": "./service-worker.js",
	  "scope": ".",
	  "type": "",
	  "update_via_cache": "none"
	}
}
