Update Firefox
This commit is contained in:
parent
68ea03ce00
commit
86c429c55d
1 changed files with 6 additions and 6 deletions
|
@ -38,32 +38,32 @@
|
|||
"Personal" = {
|
||||
color = "orange";
|
||||
icon = "circle";
|
||||
id = 0;
|
||||
id = 1;
|
||||
};
|
||||
"Google" = {
|
||||
color = "blue";
|
||||
icon = "fingerprint";
|
||||
id = 1;
|
||||
id = 2;
|
||||
};
|
||||
"Amazon" = {
|
||||
color = "yellow";
|
||||
icon = "cart";
|
||||
id = 2;
|
||||
id = 3;
|
||||
};
|
||||
"Shopping" = {
|
||||
color = "pink";
|
||||
icon = "cart";
|
||||
id = 3;
|
||||
id = 4;
|
||||
};
|
||||
"Banking" = {
|
||||
color = "red";
|
||||
icon = "dollar";
|
||||
id = 4;
|
||||
id = 5;
|
||||
};
|
||||
"Other" = {
|
||||
color = "green";
|
||||
icon = "fingerprint";
|
||||
id = 5;
|
||||
id = 6;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue