feat: the webmanifest
This commit is contained in:
		
							
								
								
									
										15
									
								
								assets/manifest.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								assets/manifest.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| { | ||||
|   "name": "Todo Baggins", | ||||
|   "short_name": "Todo Baggins", | ||||
|   "start_url": "/", | ||||
|   "display": "standalone", | ||||
|   "background_color": "#27272a", | ||||
|   "theme_color": "#e4e4e7", | ||||
|   "icons": [ | ||||
|     { | ||||
|       "src": "/images/icon.png", | ||||
|       "sizes": "any", | ||||
|       "type": "image/png" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user