{
  "_comment": "Do NOT replace this with ../manifest.json (an older note in sw-400.js and in the migration audit said to, at cutover). ../manifest.json resolves to /manifest.json, OUTSIDE the worker's /player/ scope: the worker intercepts nothing out there, so a precached copy would be unreachable and a cold offline launch would lose the manifest. See LANZAMIENTO_PENDIENTE.md, punto 1C paso 4.",
  "short_name": "SonicMaps",
  "name": "SonicMaps Player",
  "description": "SonicMaps Player - MapLibre GL + Protomaps basemap. Listen to sound maps and geolocated audio walks.",
  "icons": [
    {
      "src": "/player/SonicMapsIcon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "background_color": "#252420",
  "scope": "/player/",
  "start_url": "/player/",
  "display": "fullscreen",
  "orientation": "portrait"
}
