Location Switcher - Advanced Firefox

Examine source code of Location Switcher - Advanced

Inspect and view changes in Location Switcher - Advanced source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
	"manifest_version": 2,
	"name": "Location Switcher - Advanced",
	"version": "1.4.0",
	"description": "Switching between development and production sites.",
	"homepage_url": "https://github.com/ethanliu/location-switcher-addon",

	"icons": {
		"48": "icons/default.svg",
		"96": "icons/default.svg"
	},

	"applications": {
		"gecko": {
			"id": "location-switcher-advanced-addon@creativecrap.com",
			"strict_min_version": "57.0"
		}
	},

	"permissions": [
		"tabs",
		"activeTab",
		"storage",
		"<all_urls>"
	],

	"page_action": {
		"browser_style": true,
		"default_icon": "icons/default.svg",
		//"default_title": "Next location",
		"default_popup": "/popup/popup.html"
	},

	"options_ui": {
		"page": "options.html",
		"browser_style": true,
		"open_in_tab": false
	},

	"background": {
		"scripts": ["background.js"]
	}

}

Best Location Switcher - Advanced Alternatives

Here are some Firefox add-ons that are similar to Location Switcher - Advanced: