|  | @@ -0,0 +1,20 @@
 | 
	
		
			
			|  | 1 | +{
 | 
	
		
			
			|  | 2 | +  "name": "Tracim - Algoo",
 | 
	
		
			
			|  | 3 | +  "short_name": "Tracim",
 | 
	
		
			
			|  | 4 | +  "start_url": "/home",
 | 
	
		
			
			|  | 5 | +  "display": "standalone",
 | 
	
		
			
			|  | 6 | +  "background_color": "#000000",
 | 
	
		
			
			|  | 7 | +  "theme_color": "#0094bc",
 | 
	
		
			
			|  | 8 | +  "icons": [{
 | 
	
		
			
			|  | 9 | +    "src": "/assets/img/logo_192.png?v=0.0.1",
 | 
	
		
			
			|  | 10 | +    "sizes": "192x192",
 | 
	
		
			
			|  | 11 | +    "type": "image/png"
 | 
	
		
			
			|  | 12 | +  }, {
 | 
	
		
			
			|  | 13 | +    "src": "/assets/img/logo_384.png?v=0.0.1",
 | 
	
		
			
			|  | 14 | +    "sizes": "384x384",
 | 
	
		
			
			|  | 15 | +    "type": "image/png"
 | 
	
		
			
			|  | 16 | +  }],
 | 
	
		
			
			|  | 17 | +  "lang": "fr-FR",
 | 
	
		
			
			|  | 18 | +  "orientation": "portrait",
 | 
	
		
			
			|  | 19 | +  "prefer_related_applications": false
 | 
	
		
			
			|  | 20 | +}
 |