2025-07-24 02:36:50 -06:00

50 lines
806 B
Nix

{
"shopping" = [
{
amazon = [
{
abbr = "AM";
href = "https://amazon.com.mx/";
description = "";
}
];
}
{
cinepolis = [
{
abbr = "CP";
href = "https://cinepolis.com/";
description = "";
}
];
}
{
paypal = [
{
abbr = "PP";
href = "https://paypal.com/";
description = "";
}
];
}
{
walmart = [
{
abbr = "WM";
href = "https://super.walmart.com.mx/";
description = "";
}
];
}
{
mercadolibre = [
{
abbr = "ML";
href = "https://mercadolibre.com.mx/";
description = "";
}
];
}
];
}