scaffold: manifest v3, stub content script and popup, placeholder icons
This commit is contained in:
14
popup/popup.html
Normal file
14
popup/popup.html
Normal 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>
|
||||
Reference in New Issue
Block a user