Bare example from mdn/webextensions-examples

This commit is contained in:
2025-11-10 16:23:31 -05:00
parent d71c0c4629
commit f9224e5a97
26 changed files with 653 additions and 16714 deletions

12
addon/popup/popup.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- <link rel="stylesheet" href="style.css"> -->
</head>
<body>
<h1>Notice Me Senpai</h1>
<p>Your AI Job Application Assistant is ready to help!</p>
<script src="popup.js"></script>
</body>
</html>