{
  "name": "Internet GPS Tracker",
  "short_name": "NetTracker",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#f4f7f6",
  "theme_color": "#4CAF50",
  "orientation": "portrait",
  "icons": [
    {
      "src": "pwa_icon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "pwa_icon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}