50 lines
846 B
Nix
50 lines
846 B
Nix
{
|
|
"shopping" = [
|
|
{
|
|
amazon = [
|
|
{
|
|
abbr = "AM";
|
|
href = "https://amazon.com.mx/";
|
|
description = "Amazon";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
cinepolis = [
|
|
{
|
|
abbr = "CP";
|
|
href = "https://cinepolis.com/";
|
|
description = "Cinepolis";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
paypal = [
|
|
{
|
|
abbr = "PP";
|
|
href = "https://paypal.com/";
|
|
description = "PayPal";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
walmart = [
|
|
{
|
|
abbr = "WM";
|
|
href = "https://super.walmart.com.mx/";
|
|
description = "Walmart";
|
|
}
|
|
];
|
|
}
|
|
{
|
|
mercadolibre = [
|
|
{
|
|
abbr = "ML";
|
|
href = "https://mercadolibre.com.mx/";
|
|
description = "MercadoLibre";
|
|
}
|
|
];
|
|
}
|
|
];
|
|
}
|