|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| background.js | ||
| manifest.json | ||
| options.html | ||
| options.js | ||
| popup.html | ||
| popup.js | ||
| styles.css | ||
README.md
Browser Extension (Manifest v3) Scaffold
This folder contains the Manifest v3 browser extension for Recipe Manager URL import.
Files
manifest.json— extension manifestbackground.js— service worker and context menu import flowpopup.html/popup.js— basic action popupoptions.html/options.js— settings UI and persistence for Recipe Manager base URLstyles.css— shared minimal styles
Load locally (Chrome)
- Open
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select this folder:
browser-extension/
Settings
Open the extension popup and click Open Settings.
Set the Recipe Manager base URL (defaults to http://localhost:3000).
The value is stored in chrome.storage.sync and used by the context menu import request.