mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Fix site.webmanifest + add svg as favicon (#6304)
This commit is contained in:
		
							parent
							
								
									17b92aa657
								
							
						
					
					
						commit
						0751358e5b
					
				| Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB | 
| @ -8,8 +8,9 @@ | ||||
|     <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" /> | ||||
|     <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" /> | ||||
|     <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png" /> | ||||
|     <link rel="icon" type="image/svg+xml" href="/images/favicon.svg"> | ||||
|     <link rel="manifest" href="/site.webmanifest" /> | ||||
|     <link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#3b82f7" /> | ||||
|     <link rel="mask-icon" href="/images/favicon.svg" color="#3b82f7" /> | ||||
|     <meta name="msapplication-TileColor" content="#3b82f7" /> | ||||
|     <meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" /> | ||||
|     <meta name="theme-color" content="#111827" media="(prefers-color-scheme: dark)" /> | ||||
|  | ||||
| Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB | 
| Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB | 
| @ -1,14 +1,14 @@ | ||||
| { | ||||
|   "name": "", | ||||
|   "short_name": "", | ||||
|   "name": "Frigate", | ||||
|   "short_name": "Frigate", | ||||
|   "icons": [ | ||||
|     { | ||||
|       "src": "/images/android-chrome-192x192.png", | ||||
|       "src": "/icons/android-chrome-192x192.png", | ||||
|       "sizes": "192x192", | ||||
|       "type": "image/png" | ||||
|     }, | ||||
|     { | ||||
|       "src": "/images/android-chrome-512x512.png", | ||||
|       "src": "/icons/android-chrome-512x512.png", | ||||
|       "sizes": "512x512", | ||||
|       "type": "image/png" | ||||
|     } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user