Quick notes for the JSON files in this folder

- `add_category_data.json`: master list used by the "Add Category" modal. This file now maps category ids to objects containing only `description` and `image`.
- `craptitude_ui_data.json`: UI/card-specific data used by the Craptitude view. Fields include `id`, `title`, `subtitle`, `description`, `image`, `diaperPrefix`, `dumpsterPrefix`, `order`, `cardColor`.

Usage:
- Ensure the `image` paths point to actual files in this folder (e.g. `craptitude-1.png`).
- Load `add_category_data.json` and use the description and image fields when populating the "Add Category" modal form.
