Link to my .c3addon file
macOS Sequoia 15.2. I'm trying to install a modified version of the default theme using the Add-on Manager. This includes zipping the following files into a .c3addon:
- lang > en-US.json
- addon.json
- icon.svg
- theme.css
which is a structure I took from other themes I have gotten to install.
However, the installation fails, with the console giving the following error:
main.js:803 Error installing addon: Error: missing addon.json
at CCG.Tna (main.js:648:184)
at async Sm (main.js:803:98)
I'm stumped as to what to do—I've tried laundering my code in through themes I've gotten to successfully install, but something about the process results in the same failure state.
Is this something anyone can help with?