Files
aliasvault/apps/browser-extension/public/offscreen.html

13 lines
359 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>AliasVault Offscreen Document</title>
<!-- The offscreen.html is used for clipboard clearing. It is a hidden document that runs in a hidden context with access to clipboard operations. -->
</head>
<body>
<textarea id="text"></textarea>
<script src="offscreen.js"></script>
</body>
</html>