Upload files to "Pricer Extension"

This commit is contained in:
2026-08-03 20:21:13 +00:00
commit 01b1fd581e
4 changed files with 181 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<style>
body { width: 200px; padding: 10px; font-family: sans-serif; }
.status-on { color: green; font-weight: bold; }
button { width: 100%; padding: 10px; cursor: pointer; }
</style>
</head>
<body>
<h3>Scanner Bridge</h3>
<button id="arm-scanner">Arm Scanner</button>
<p id="status" class="status-on" style="display:none;">Ready to Scan...</p>
<script src="popup.js"></script>
</body>
</html>