{
  "name": "No Internet Game",
  "short_name": "DinoGame",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#202124",
  "theme_color": "#202124",
  "icons": [
    {
      "src": "https://via.placeholder.com/192/535353/ffffff?text=Dino",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://via.placeholder.com/512/535353/ffffff?text=Dino",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}