blob: 95f3d57b6f4fe7c14881d48138f489d92932f9e2 [file] [log] [blame]
<!doctype html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<title>Privacy Sandbox Internals</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Privacy Sandbox Internals</h1>
</header>
<main>
<cr-tab-box id="ps-page">
<div slot="tab" id="ps-cookie-content-settings">
Tracking Protection / 3PCD
</div>
<div slot="tab" id="ps-cookie-content-settings">Advertising</div>
<div slot="tab" id="ps-cookie-content-settings">Cookie Content Settings</div>
<div slot="tab" id="ps-tpcd-metdata-grants">3PCD Metadata Grants</div>
<div slot="tab" id="ps-tpcd-heuristics-grants">3PCD Heuristics Grants</div>
<div slot="tab" id="ps-tpcd-trial">3PCD Trial</div>
<div slot="tab" id="ps-top-level-tpcd-trial">Top Level 3PCD Trial</div>
<div slot="panel">
<h3>Tracking Protection Service Prefs</h3>
<div id="tracking-protection-prefs"></div>
<h3>3PCD Experiment Prefs</h3>
<div id="tpcd-experiment-prefs"></div>
</div>
<div slot="panel">
<h3>Advertising Prefs</h3>
<div id="advertising-prefs"></div>
</div>
<div slot="panel" id="cookie-content-settings" style="content-settings"></div>
<div slot="panel" id="tpcd-metadata-grants" style="content-settings"></div>
<div slot="panel" id="tpcd-heuristics-grants" style="content-settings"></div>
<div slot="panel" id="tpcd-trial" style="content-settings"></div>
<div slot="panel" id="top-level-tpcd-trial" style="content-settings"></div>
</cr-tab-box>
</main>
<script type="module" src="index.js"></script>
</body>
</html>