Offline when Minimized Firefox

Examine source code of Offline when Minimized

Inspect and view changes in Offline when Minimized source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
// manifest.json
// First created on 2019-09-20.

{
	"manifest_version": 2,
	"name": "MinimizedOffline",
	"version": "0.8.1",

	"description": "Blocks all connections when the browser window is minimized. The request is blocked if its parent window is minimized.",
	
  "permissions": [
  	"*://*/*",
    "webRequest",
  	"webRequestBlocking"
	],
  
  
	"background": {
		"scripts": ["MinimizedOffline-bgScript.js"]
  }
}

Best Offline when Minimized Alternatives

Here are some Firefox add-ons that are similar to Offline when Minimized: