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

1
content/behavior.js Normal file
View File

@@ -0,0 +1 @@
// Outlook Relook — behavior.js (stub, implemented in later task)

7
content/content.js Normal file
View File

@@ -0,0 +1,7 @@
// Outlook Relook — Content Script Entry Point
// Loaded by manifest on outlook.office.com/*
(function () {
'use strict';
console.log('[Outlook Relook] Content script loaded');
})();

1
content/injector.js Normal file
View File

@@ -0,0 +1 @@
// Outlook Relook — injector.js (stub, implemented in later task)

1
content/keyboard.js Normal file
View File

@@ -0,0 +1 @@
// Outlook Relook — keyboard.js (stub, implemented in later task)

1
content/observer.js Normal file
View File

@@ -0,0 +1 @@
// Outlook Relook — observer.js (stub, implemented in later task)

1
content/selectors.js Normal file
View File

@@ -0,0 +1 @@
// Outlook Relook — selectors.js (stub, implemented in later task)

View File

@@ -0,0 +1 @@
// Outlook Relook — settings-defaults.js (stub, implemented in later task)