{
  "name": "FitTrack",
  "short_name": "FitTrack",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2ecc71",
  "orientation": "portrait",
"icons": [
      {
         "src": "https://placehold.co/192x192",
         "sizes": "192x192",
         "type": "image/png"
      },
      {
         "src": "https://placehold.co/512x512",
         "sizes": "512x512",
         "type": "image/png"
      }
   ]
}