Move Müller next to DM

This commit is contained in:
Mario Zechner 2023-06-29 15:02:08 +02:00
parent 31298ff52c
commit 7031bd2632

View File

@ -44,6 +44,13 @@ exports.stores = {
defaultChecked: true,
getUrl: (item) => `https://www.dm.at/product-p${item.id}.html`,
},
mueller: {
name: "Müller",
budgetBrands: ["aveo"],
color: "emerald",
defaultChecked: true,
getUrl: (item) => `https://www.muller.at/${item.url}`,
},
unimarkt: {
name: "Unimarkt",
budgetBrands: ["jeden tag", "unipur"],
@ -80,13 +87,6 @@ exports.stores = {
defaultChecked: false,
getUrl: (item) => `https://www.spar.si/online/p/${item.id}`,
},
mueller: {
name: "Müller",
budgetBrands: ["aveo"],
color: "emerald",
defaultChecked: true,
getUrl: (item) => `https://www.muller.at/${item.url}`,
},
muellerDe: {
name: "Müller DE",
budgetBrands: ["aveo"],