Upload files to "Pricer Extension"
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user