Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 585 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 585 Bytes

EnvironmentDetector

Example EnvironmentDetector popup

The manifest.json here contains an example for an add-on with a popup, you can use for testing.

To access it as a normal browser site, click the "Manifest address" link and change the URL to look like this one:

moz-extension://<ADDON-ID>/examples/popup/popup.html

You can adjust the popup.css file to change the size of the popup for testing.

Bug reporting data

const sizeCollection = getDebugData(); // function in EnvironmentDetector
console.log(sizeCollection);