| <?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\" |
| } |
| }, { |
| \"include\": \"http://localhost:2024/includedstatements.json\" |
| }] |
| </string> |
| </resources> |