👽 Use badge instead of webiste icon

This commit is contained in:
Marcel Kapfer 2024-12-10 19:53:47 +01:00
parent 51f6781142
commit 75cfe0952d
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
3 changed files with 6 additions and 5 deletions

View file

@ -20,7 +20,8 @@ async function createSpaces() {
urls.push(app.url);
await browser.spaces.create(app.name, app.url, {
title: app.title,
defaultIcons: app.icon,
badgeText: app.title.substring(0, 2),
badgeBackgroundColor: app.badgeBackgroundColor
});
});