{
  "name": "Fishing Compass",
  "short_name": "Compass",
  "description": "Live compass with GPS navigation, trip odometer, and back-to-start proximity ring. Built by John Repetto + KIRA.",
  "version": "7.0",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#020912",
  "theme_color": "#020912",
  "icons": [
    {
      "src": "CompassIcon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "CompassIcon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "CompassIcon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
