{
  "name": "Space Station Finder",
  "short_name": "ISS Finder",
  "description": "Find when the International Space Station will be visible from your location",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#000022",
  "theme_color": "#000022",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "images/startupIcon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/startupIcon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}