mirror of https://github.com/ghostfolio/ghostfolio
				
				
			
							committed by
							
								 GitHub
								GitHub
							
						
					
				
				 7 changed files with 2556 additions and 2462 deletions
			
			
		| @ -0,0 +1,30 @@ | |||||
|  | { | ||||
|  |   "$schema": "../../node_modules/@angular/service-worker/config/schema.json", | ||||
|  |   "index": "/index.html", | ||||
|  |   "assetGroups": [ | ||||
|  |     { | ||||
|  |       "name": "app", | ||||
|  |       "installMode": "prefetch", | ||||
|  |       "resources": { | ||||
|  |         "files": [ | ||||
|  |           "/favicon.ico", | ||||
|  |           "/index.html", | ||||
|  |           "/assets/site.webmanifest", | ||||
|  |           "/*.css", | ||||
|  |           "/*.js" | ||||
|  |         ] | ||||
|  |       } | ||||
|  |     }, | ||||
|  |     { | ||||
|  |       "name": "assets", | ||||
|  |       "installMode": "lazy", | ||||
|  |       "updateMode": "prefetch", | ||||
|  |       "resources": { | ||||
|  |         "files": [ | ||||
|  |           "/assets/**", | ||||
|  |           "/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)" | ||||
|  |         ] | ||||
|  |       } | ||||
|  |     } | ||||
|  |   ] | ||||
|  | } | ||||
| @ -1,24 +1,25 @@ | |||||
| { | { | ||||
|   "background_color": "transparent", |   "background_color": "#FFFFFF", | ||||
|   "categories": ["finance", "utilities"], |   "categories": ["finance", "utilities"], | ||||
|   "description": "Open Source Wealth Management Software", |   "description": "Open Source Wealth Management Software", | ||||
|   "display": "standalone", |   "display": "standalone", | ||||
|   "icons": [ |   "icons": [ | ||||
|     { |     { | ||||
|       "sizes": "192x192", |       "sizes": "192x192", | ||||
|       "src": "/en/assets/android-chrome-192x192.png", |       "src": "/assets/android-chrome-192x192.png", | ||||
|       "type": "image/png" |       "type": "image/png", | ||||
|  |       "purpose": "any maskable" | ||||
|     }, |     }, | ||||
|     { |     { | ||||
|       "sizes": "512x512", |       "sizes": "512x512", | ||||
|       "src": "/en/assets/android-chrome-512x512.png", |       "src": "/assets/android-chrome-512x512.png", | ||||
|       "type": "image/png" |       "type": "image/png" | ||||
|     } |     } | ||||
|   ], |   ], | ||||
|   "name": "Ghostfolio", |   "name": "Ghostfolio", | ||||
|   "orientation": "portrait", |   "orientation": "portrait", | ||||
|   "short_name": "Ghostfolio", |   "short_name": "Ghostfolio", | ||||
|   "start_url": "https://www.ghostfol.io", |   "start_url": "/en/", | ||||
|   "theme_color": "#FFFFFF", |   "theme_color": "#FFFFFF", | ||||
|   "url": "https://www.ghostfol.io" |   "url": "https://www.ghostfol.io" | ||||
| } | } | ||||
|  | |||||
								
									
										File diff suppressed because it is too large
									
								
							
						
					
					Loading…
					
					
				
		Reference in new issue