|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| background.js | ||
| manifest.json | ||
| options.html | ||
| popup.html | ||
| popup.js | ||
| styles.css | ||
README.md
Browser Extension (Manifest v3) Scaffold
This folder contains the initial Manifest v3 scaffold for the Recipe Manager browser extension.
Files
manifest.json— extension manifestbackground.js— service worker and context menu registrationpopup.html/popup.js— basic action popupoptions.html— placeholder settings pagestyles.css— shared minimal styles
Load locally (Chrome)
- Open
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select this folder:
browser-extension/
Future tasks will wire the context menu action to the import API and implement settings persistence for base URL.