NetworkLocations module?
I have several options to handle network locations. First of all, let's assume I am using preferences to store the value.
Basically the code to add a location to the prefs looks like:
function addLocation(location) {
const Services = require("Services");
const PREF = "devtools.aboutdebugging.network-locations";