devtools-protocol 0.0.1294156 → 0.0.1295939
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.
@@ -26156,7 +26156,7 @@
|
|
26156
26156
|
},
|
26157
26157
|
{
|
26158
26158
|
"name": "install",
|
26159
|
-
"description": "Installs the given manifest identity, optionally using the given install_url\nor IWA bundle location.\n\nTODO(crbug.com/337872319) Support IWA to meet the following specific\nrequirement.\nIWA-specific install description: If the manifest_id is isolated-app://,\ninstall_url_or_bundle_url is required, and can be either an http(s) URL or\nfile:// URL pointing to a signed web bundle (.swbn). The .swbn file\
|
26159
|
+
"description": "Installs the given manifest identity, optionally using the given install_url\nor IWA bundle location.\n\nTODO(crbug.com/337872319) Support IWA to meet the following specific\nrequirement.\nIWA-specific install description: If the manifest_id is isolated-app://,\ninstall_url_or_bundle_url is required, and can be either an http(s) URL or\nfile:// URL pointing to a signed web bundle (.swbn). The .swbn file's\nsigning key must correspond to manifest_id. If Chrome is not in IWA dev\nmode, the installation will fail, regardless of the state of the allowlist.",
|
26160
26160
|
"parameters": [
|
26161
26161
|
{
|
26162
26162
|
"name": "manifestId",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -12355,7 +12355,7 @@ experimental domain PWA
|
|
12355
12355
|
# requirement.
|
12356
12356
|
# IWA-specific install description: If the manifest_id is isolated-app://,
|
12357
12357
|
# install_url_or_bundle_url is required, and can be either an http(s) URL or
|
12358
|
-
# file:// URL pointing to a signed web bundle (.swbn). The .swbn file
|
12358
|
+
# file:// URL pointing to a signed web bundle (.swbn). The .swbn file's
|
12359
12359
|
# signing key must correspond to manifest_id. If Chrome is not in IWA dev
|
12360
12360
|
# mode, the installation will fail, regardless of the state of the allowlist.
|
12361
12361
|
command install
|
@@ -4967,7 +4967,7 @@ export namespace ProtocolMapping {
|
|
4967
4967
|
* requirement.
|
4968
4968
|
* IWA-specific install description: If the manifest_id is isolated-app://,
|
4969
4969
|
* install_url_or_bundle_url is required, and can be either an http(s) URL or
|
4970
|
-
* file:// URL pointing to a signed web bundle (.swbn). The .swbn file
|
4970
|
+
* file:// URL pointing to a signed web bundle (.swbn). The .swbn file's
|
4971
4971
|
* signing key must correspond to manifest_id. If Chrome is not in IWA dev
|
4972
4972
|
* mode, the installation will fail, regardless of the state of the allowlist.
|
4973
4973
|
*/
|
@@ -4242,7 +4242,7 @@ export namespace ProtocolProxyApi {
|
|
4242
4242
|
* requirement.
|
4243
4243
|
* IWA-specific install description: If the manifest_id is isolated-app://,
|
4244
4244
|
* install_url_or_bundle_url is required, and can be either an http(s) URL or
|
4245
|
-
* file:// URL pointing to a signed web bundle (.swbn). The .swbn file
|
4245
|
+
* file:// URL pointing to a signed web bundle (.swbn). The .swbn file's
|
4246
4246
|
* signing key must correspond to manifest_id. If Chrome is not in IWA dev
|
4247
4247
|
* mode, the installation will fail, regardless of the state of the allowlist.
|
4248
4248
|
*/
|
@@ -4626,7 +4626,7 @@ export namespace ProtocolTestsProxyApi {
|
|
4626
4626
|
* requirement.
|
4627
4627
|
* IWA-specific install description: If the manifest_id is isolated-app://,
|
4628
4628
|
* install_url_or_bundle_url is required, and can be either an http(s) URL or
|
4629
|
-
* file:// URL pointing to a signed web bundle (.swbn). The .swbn file
|
4629
|
+
* file:// URL pointing to a signed web bundle (.swbn). The .swbn file's
|
4630
4630
|
* signing key must correspond to manifest_id. If Chrome is not in IWA dev
|
4631
4631
|
* mode, the installation will fail, regardless of the state of the allowlist.
|
4632
4632
|
*/
|