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

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');
})();