catppuccin / chrome-devtools

🧰 Soothing pastel theme for Chrome DevTools
MIT License
28 stars 2 forks source link

Error when trying to load #5

Open angiioh opened 2 months ago

angiioh commented 2 months ago

Hi! I just tried this out, but I'm running into an error when I try to load the unpacked extension.

Chrome error: Failed to load extension File ~\Documents\Rice\chrome-devtools-main\themes\mocha_mauve Error Could not load icon 'images/icon16.png' specified in 'icons'. Could not load manifest.

r58Playz commented 2 months ago

Are you on windows? This looks like an issue with symbolic links not being created. A fresh clone loads fine on my end.

angiioh commented 2 months ago

Thanks for your reply! Yep, I'm on Windows. I extracted the file via running 7zip as an admin. Is there something I should be doing instead?

r58Playz commented 2 months ago

I'm not sure why it's not working then. Cloning the repo with git clone https://github.com/catppuccin/chrome-devtools -c core.symlinks=true on a developer mode enabled windows VM works fine for me.