From f5a3d385fa250c11247d1473d34ca795c92e3c0a Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 8 Jun 2026 20:15:56 -0400 Subject: [PATCH] Update README to reflect folder structure changes Removed redundant entries and clarified folder structure. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3175db6..cb78324 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,7 @@ portage/ │ ├─ dashboard.{html,js} # unified Export + Import engine (auto-detects browser) │ ├─ background.js │ └─ styles.css # shared monochrome design system -├─ make_icons.py # regenerates the bidirectional icon set (needs Pillow) -├─ LICENSE # MIT -└─ .gitignore +└─ LICENSE # MIT ``` Everything except `manifest.json` and `icons/` is byte-identical in both folders — edit in `chrome/` and copy across. Bundle format: `{ portage:{ format:"portage-bundle", version:1, source, exportedAt, … }, meta:{ counts }, data:{ : … } }`.