Windows Registry Editor Version 5.00

; SafePrompt — Chrome force-install fallback (.reg)
; Use only for lab or quick-test deployments. In production, prefer Intune or
; an ADMX-based GPO. The keys below are equivalent to the ADMX template.
;
; Placeholders to replace before merging:
;   <EXTENSION_ID>     Chrome Web Store extension ID (32 chars, lowercase)
;   <TENANT_API_KEY>   Tenant API key from the SafePrompt Dashboard
;   <TENANT_UUID>      Tenant UUID from the SafePrompt Dashboard
;
; Reference: FR36 / FR37 / FR61, Epic 10 story 10.03.

[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallForcelist]
"1"="<EXTENSION_ID>;https://clients2.google.com/service/update2/crx"

[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionSettings\<EXTENSION_ID>]
"installation_mode"="force_installed"
"update_url"="https://clients2.google.com/service/update2/crx"
"toolbar_pin"="force_pinned"

[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\3rdparty\extensions\<EXTENSION_ID>\policy]
"tenant_api_key"="<TENANT_API_KEY>"
"tenant_id"="<TENANT_UUID>"

[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallSources]
"1"="https://cdn-safeprompt.m-kis.fr/*"
