We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent becc686 commit 507db8fCopy full SHA for 507db8f
src/options/options.html
@@ -2,7 +2,7 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8" />
5
- <title>Guardon – Rule Manager</title>
+ <title>Guardon Policy Manager</title>
6
<style>
7
body {
8
font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
@@ -212,7 +212,7 @@
212
</style>
213
</head>
214
<body>
215
- <h2>🧩 Guardon Rules</h2>
+ <h2>🛡️ Guardon Policy Manager</h2>
216
<div>
217
<button id="addRule" title="Add Rule" aria-label="Add Rule">➕</button>
218
<button id="importRules" title="Import Rules" aria-label="Import Rules">📥</button>
0 commit comments