Currently, when exporting a GeoJSON file from geojson.io by clicking the download button, the file is saved automatically with a default filename "map.geojson" to the browser's default download folder.
Issue:
I often want to specify a custom file name and a custom save location for the exported GeoJSON file.
The lack of this flexibility requires me to rename or move files manually after each export, which is inconvenient and inefficient, especially when working with multiple maps or projects.
Proposed Improvement:
Allow the user to choose the save location and name via the browser's native "Save As" dialog.