{  
  "name": "Fare Chaser Game",  
  "short_name": "FareChaser",  
  "description": "Run a transportation business. A simple browser game that uses Google Maps.",  
  "start_url": "index.html",  
  "icons": [  
    {  
      "src": "favicon.png",  
      "sizes": "64x64",  
      "type": "image/png"  
    },
	{  
      "src": "icon192.png",  
      "sizes": "192x192",  
      "type": "image/png"  
    },
	{  
      "src": "icon512.png",  
      "sizes": "512x512",  
      "type": "image/png"  
    }
  ],  
  "theme_color": "#d3d3d3",  
  "background_color": "#e0e0e0",  
  "display": "standalone",  
  "orientation": "landscape"  
}  