scaffold: manifest v3, stub content script and popup, placeholder icons

This commit is contained in:
Joel Brock
2026-04-23 08:50:16 -07:00
parent 984bfd6cb9
commit 0c333a99f1
13 changed files with 70 additions and 0 deletions

14
popup/popup.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
body { width: 320px; padding: 16px; font-family: system-ui, sans-serif; font-size: 13px; }
h1 { font-size: 16px; margin: 0 0 8px; }
</style>
</head>
<body>
<h1>Outlook Relook</h1>
<p>Settings panel coming soon.</p>
</body>
</html>