Privacy notice

This commit is contained in:
Ryan Breen
2023-01-17 22:40:01 -05:00
parent 27ef708424
commit 870d05eb6c
2 changed files with 11 additions and 0 deletions

View File

@@ -60,4 +60,10 @@ tr {
margin-bottom: 10px; margin-bottom: 10px;
} }
.disclaimer {
margin-top: 15px;
font-size: 50%;
color: green;
}
/* @media (prefers-color-scheme: dark) {} */ /* @media (prefers-color-scheme: dark) {} */

View File

@@ -55,5 +55,10 @@
</template> </template>
</table> </table>
</div> </div>
<div class="disclaimer">
No user data is collected or transmitted.
All private keys are stored in the extension's sequestered local browser storage.
</div>
</body> </body>
</html> </html>