lighthouse 10.1.1-dev.20230425 → 10.1.1-dev.20230426

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,6 +22,7 @@ const NON_NETWORK_SCHEMES = [
22
22
  'intent', // @see https://developer.chrome.com/docs/multidevice/android/intents/
23
23
  'file', // @see https://en.wikipedia.org/wiki/File_URI_scheme
24
24
  'filesystem', // @see https://developer.mozilla.org/en-US/docs/Web/API/FileSystem
25
+ 'chrome-extension',
25
26
  ];
26
27
 
27
28
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "10.1.1-dev.20230425",
4
+ "version": "10.1.1-dev.20230426",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {