mirror of
				https://git.sr.ht/~cadence/cloudtube
				synced 2025-10-31 03:25:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			920 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			920 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "name": "CloudTube",
 | |
|     "short_name": "CloudTube",
 | |
|     "icons": [
 | |
|         {
 | |
|             "src": "/static/images/android-chrome-192x192.png",
 | |
|             "sizes": "192x192",
 | |
|             "type": "image/png",
 | |
|             "purpose": "any"
 | |
|         },
 | |
|         {
 | |
|             "src": "/static/images/android-chrome-512x512.png",
 | |
|             "sizes": "512x512",
 | |
|             "type": "image/png",
 | |
|             "purpose": "any"
 | |
|         },
 | |
|         {
 | |
|             "src": "/static/images/maskable-icon-192x192.png",
 | |
|             "sizes": "192x192",
 | |
|             "type": "image/png",
 | |
|             "purpose": "maskable"
 | |
|         },
 | |
|         {
 | |
|             "src": "/static/images/maskable-icon-512x512.png",
 | |
|             "sizes": "512x512",
 | |
|             "type": "image/png",
 | |
|             "purpose": "maskable"
 | |
|         }
 | |
|     ],
 | |
|     "theme_color": "#36393f",
 | |
|     "background_color": "#36393f",
 | |
|     "start_url": "/",
 | |
|     "display": "standalone"
 | |
| }
 |