scaffold: manifest v3, stub content script and popup, placeholder icons
This commit is contained in:
1
content/behavior.js
Normal file
1
content/behavior.js
Normal file
@@ -0,0 +1 @@
|
||||
// Outlook Relook — behavior.js (stub, implemented in later task)
|
||||
7
content/content.js
Normal file
7
content/content.js
Normal 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
1
content/injector.js
Normal file
@@ -0,0 +1 @@
|
||||
// Outlook Relook — injector.js (stub, implemented in later task)
|
||||
1
content/keyboard.js
Normal file
1
content/keyboard.js
Normal file
@@ -0,0 +1 @@
|
||||
// Outlook Relook — keyboard.js (stub, implemented in later task)
|
||||
1
content/observer.js
Normal file
1
content/observer.js
Normal file
@@ -0,0 +1 @@
|
||||
// Outlook Relook — observer.js (stub, implemented in later task)
|
||||
1
content/selectors.js
Normal file
1
content/selectors.js
Normal file
@@ -0,0 +1 @@
|
||||
// Outlook Relook — selectors.js (stub, implemented in later task)
|
||||
1
content/settings-defaults.js
Normal file
1
content/settings-defaults.js
Normal file
@@ -0,0 +1 @@
|
||||
// Outlook Relook — settings-defaults.js (stub, implemented in later task)
|
||||
Reference in New Issue
Block a user