refactor: Update theme API URL in ZenThemeMarketplaceChild.sys.mjs

This commit is contained in:
mauro-balades 2024-09-07 18:28:27 +02:00
parent a71e589dcf
commit 1ae07eadf9

View file

@ -96,7 +96,7 @@ export class ZenThemeMarketplaceChild extends JSWindowActorChild {
}
getThemeAPIUrl(themeId) {
return `https://cdn.jsdelivr.net/gh/zen-browser/theme-store/themes/${themeId}/theme.json`;
return `https://zen-browser.github.io/theme-store/themes/${themeId}/theme.json`;
}
async getThemeInfo(themeId) {