/usr/share/webext/browserpass/options.html is in webext-browserpass 2.0.11+dfsg-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <!DOCTYPE html>
<html>
<head>
<title>Browserpass Chrome extension for zx2c4's pass (password manager)</title>
<style>
body: { padding: 10px; }
</style>
</head>
<body>
<label>
<input type="checkbox" id="auto-submit">
Auto-Submit login forms
</label>
<br/>
<br/>
<button id="save">Save</button>
<script src="options.js"></script>
</body>
</html>
|