👽 Use badge instead of webiste icon
This commit is contained in:
parent
51f6781142
commit
75cfe0952d
3 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue