{
  "name": "AMK SOL — Enterprise Tactical GIS Map",
  "short_name": "AMK SOL",
  "description": "Offline-first tactical navigation, coordinate conversion (DD/DMS/GR/GEOREF), map-sheet lookup, point-to-point distance & LOS, and bookmarks.",
  "id": "/",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0b2d39",
  "theme_color": "#0b2d39",
  "orientation": "any",
  "categories": ["navigation", "utilities", "productivity"],
  "icons": [
    { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Get My Location",
      "short_name": "My GPS",
      "description": "Jump straight to Lat/Lon with an auto GPS fix",
      "url": "./index.html?tab=tab-latlon&action=gps",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bookmarks",
      "short_name": "Bookmarks",
      "description": "Open saved bookmarks & point-to-point tools",
      "url": "./index.html?tab=tab-points",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Map & Nav",
      "short_name": "Map",
      "description": "Open the tactical map view",
      "url": "./index.html?tab=tab-mapnav",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
