-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
engineeringTask for engineers to work onTask for engineers to work on
Description
What is the issue?
- Create a new directory
extension/at repo root (orfrontend/extension/if preferred). - Add
manifest.jsonwith Manifest V3: name, version, permissions (e.g.activeTab,storage,scripting, host permissions for target job sites). - Add minimal
backgroundservice worker (e.g. empty script that loads). - Add placeholder
popup.html+popup.jsand optionalpopup.css. - Document in README how to load the unpacked extension in Chrome (
chrome://extensions→ Load unpacked → select folder).
Additional context
- Acceptance criteria: Extension loads in Chrome without errors; popup opens when icon is clicked.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
engineeringTask for engineers to work onTask for engineers to work on