{
  "short_name": "Tower Game",
  "name": "Tower Game",
  "description": "Stack blocks and build the tallest tower!",
  "icons": [{
    "src": "/assets/icon-192.png",
    "sizes": "192x192",
    "type": "image/png"},
    {
    "src": "/assets/icon-512.png",
    "sizes": "512x512",
    "type": "image/png"}
  ],
  "start_url": "/",
  "background_color": "#F95240",
  "theme_color": "#F95240",
  "display": "standalone",
  "orientation": "portrait"
}