chromium/android_webview/test/shell/res/values/strings.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2022 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
    <string name="asset_statements">
      [{
        \"relation\": [\"delegate_permission/common.handle_all_urls\"],
        \"target\": {
          \"namespace\": \"web\",
          \"site\": \"https://example.com\"
        }
      }, {
        \"relation\": [\"delegate_permission/common.handle_all_urls\"],
        \"target\": {
          \"namespace\": \"web\",
          \"site\": \"http://localhost\"
        }
      }]
    </string>
</resources>