Update README to reflect folder structure changes

Removed redundant entries and clarified folder structure.
This commit is contained in:
Christian
2026-06-08 20:15:56 -04:00
committed by GitHub
parent 87ef38749f
commit f5a3d385fa
+1 -3
View File
@@ -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:{ <category>: … } }`.