<?xml version="1.0" encoding="utf-8"?>
<!--
  SafePrompt ADML — en-US language strings for safeprompt.admx.
  Drop this file inside the en-US subfolder of the PolicyDefinitions store
  (typically %SystemRoot%\PolicyDefinitions\en-US or the SYSVOL central store).
-->
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                           revision="1.0"
                           schemaVersion="1.0">
  <displayName>SafePrompt — Enterprise Policy Templates</displayName>
  <description>Administrative templates for the SafePrompt Chrome extension (M-KIS Innovation).</description>

  <resources>
    <stringTable>
      <string id="SUPPORTED_WindowsAndChrome">Windows 10 / 11 with Google Chrome 120 or later, managed by SafePrompt v1.0.</string>

      <string id="SafePromptCategory">SafePrompt</string>
      <string id="SafePromptCategory_Help">Group Policy settings for the SafePrompt browser extension. Use these settings to push the tenant credentials to managed devices and to force-install the extension on Google Chrome.</string>

      <string id="EnableExtension">Configure SafePrompt tenant credentials</string>
      <string id="EnableExtension_Help">Pushes the tenant API key and tenant identifier to the SafePrompt extension through the managed storage interface (chrome.storage.managed). This is the recommended way to bind a managed Chrome instance to your SafePrompt tenant. Replace EXTENSION_ID in the registry key with the value from the SafePrompt Dashboard.</string>

      <string id="ForceInstall">Force-install SafePrompt on Google Chrome</string>
      <string id="ForceInstall_Help">Adds the SafePrompt extension to the ExtensionInstallForcelist policy so that Google Chrome installs and pins it automatically on managed devices. The entry must follow the format: EXTENSION_ID;https://clients2.google.com/service/update2/crx</string>
    </stringTable>

    <presentationTable>
      <presentation id="EnableExtension">
        <textBox refId="TenantApiKey">
          <label>Tenant API key</label>
          <defaultValue></defaultValue>
        </textBox>
        <textBox refId="TenantId">
          <label>Tenant identifier (UUID)</label>
          <defaultValue></defaultValue>
        </textBox>
      </presentation>

      <presentation id="ForceInstall">
        <textBox refId="ForceInstallEntry">
          <label>Force-install entry (EXTENSION_ID;update_url)</label>
          <defaultValue></defaultValue>
        </textBox>
      </presentation>
    </presentationTable>
  </resources>
</policyDefinitionResources>
