{ 

    "name": "MarsX", 
  
    "short_name": "MARSX", 
    "id": "/manifest.json",
    "start_url": "/?source=pwa",
    "scope": "/",
    "background_color": "#990000",
    "display": "fullscreen",
    "theme_color": "#990000",
    "categories": [
      "games",
      "entertainment"
    ],
  
  
    "icons": [
    { 
  
        "src": "https://marsx.caracolgames.com/AppIcon.png", 
    
        "sizes": "192x192", 
    
        "type": "image/png",
  
        "purpose": "any"
    
      },
      { 
    
          "src": "https://marsx.caracolgames.com/AppIconRound.png", 
      
          "sizes": "192x192", 
      
          "type": "image/png",
    
          "purpose": "maskable"
      
        }] 
  
  } 
  