670 B
670 B
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.