<- Chrome Settings Library

ManagedConfigurationPerOrigin

Sets managed configuration values to websites to specific origins
Last updated October 8, 2024

Setting the policy defines the return value of Managed Configuration API for given origin. Managed configuration API is a key-value configuration that can be accessed via navigator.managed.getManagedConfiguration() javascript call. This API is only available to origins which correspond to force-installed web applications via WebAppInstallForceList.

Supported On:
Platform Start End
Chrome (Windows, Mac, Linux) 89
ChromeOS 89
Example value:

{"0":{"origin":"https://www.google.com","managed_configuration_url":"https://gstatic.google.com/configuration.json","managed_configuration_hash":"asd891jedasd12ue9h"},"1":{"origin":"https://www.example.com","managed_configuration_url":"https://gstatic.google.com/configuration2.json","managed_configuration_hash":"djio12easd89u12aws"}}

Features: