34 lines
		
	
	
	
		
			746 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
	
		
			746 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "id": "/",
 | 
						|
  "name": "Game Key Manager",
 | 
						|
  "short_name": "GameKeys",
 | 
						|
  "start_url": "/",
 | 
						|
  "display": "standalone",
 | 
						|
  "background_color": "#212529",
 | 
						|
  "theme_color": "#212529",
 | 
						|
  "description": "Manage Steam/GOG keys easily!",
 | 
						|
  "orientation": "any",
 | 
						|
  "launch_handler": {
 | 
						|
    "client_mode": "navigate-existing"
 | 
						|
  },
 | 
						|
  "icons": [
 | 
						|
    {
 | 
						|
      "src": "/static/logo_small.webp",
 | 
						|
      "sizes": "192x192",
 | 
						|
      "type": "image/webp",
 | 
						|
      "purpose": "any"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "src": "/static/logo_small_maskable.webp",
 | 
						|
      "sizes": "192x192",
 | 
						|
      "type": "image/webp",
 | 
						|
      "purpose": "maskable"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "src": "/static/logo.webp",
 | 
						|
      "sizes": "512x512",
 | 
						|
      "type": "image/webp",
 | 
						|
      "purpose": "any maskable"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |