{
  "name": "VESSEL ETA CALCULATOR APP Pro + COMPASS Ver- 7.1",
  "short_name": "ETA Calculator Pro",
  "description": "Marine Vessel ETA, Compass & Multi-Waypoint Offline Calculator for nautical navigation and route planning.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0b2540",
  "theme_color": "#0b2540",
  "orientation": "any",
  "categories": ["navigation", "utilities"],
  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
