[
|
{
|
"id": "recyclable",
|
"color": "#104883",
|
"icon": "assets/tabs/recyclable.png",
|
"iconInactive": "assets/tabs/recyclable-gray.png",
|
"nameKey": "cat.recyclable",
|
"descKey": "cat.recyclable.desc",
|
"standardKey": "cat.recyclable.standard",
|
"disposalTemplate": {
|
"suggestKey": "disposal.suggest.recyclable",
|
"line1Key": "disposal.line1.recyclable",
|
"line2Key": "disposal.line2.recyclable",
|
"tipsKeys": [
|
"disposal.tip1.recyclable",
|
"disposal.tip2.recyclable",
|
"disposal.tip3.recyclable",
|
"disposal.tip4.recyclable"
|
]
|
}
|
},
|
{
|
"id": "hazardous",
|
"color": "#e53122",
|
"icon": "assets/tabs/hazardous.png",
|
"iconInactive": "assets/tabs/hazardous-gray.png",
|
"nameKey": "cat.hazardous",
|
"descKey": "cat.hazardous.desc",
|
"standardKey": "cat.hazardous.standard",
|
"disposalTemplate": {
|
"suggestKey": "disposal.suggest.hazardous",
|
"line1Key": "disposal.line1.hazardous",
|
"line2Key": "disposal.line2.hazardous",
|
"tipsKeys": [
|
"disposal.tip1.hazardous",
|
"disposal.tip2.hazardous",
|
"disposal.tip3.hazardous",
|
"disposal.tip4.hazardous"
|
]
|
}
|
},
|
{
|
"id": "wet",
|
"color": "#694539",
|
"icon": "assets/tabs/wet.png",
|
"iconInactive": "assets/tabs/wet-gray.png",
|
"nameKey": "cat.wet",
|
"descKey": "cat.wet.desc",
|
"standardKey": "cat.wet.standard",
|
"disposalTemplate": {
|
"suggestKey": "disposal.suggest.wet",
|
"line1Key": "disposal.line1.wet",
|
"line2Key": "disposal.line2.wet",
|
"tipsKeys": [
|
"disposal.tip1.wet",
|
"disposal.tip2.wet",
|
"disposal.tip3.wet",
|
"disposal.tip4.wet"
|
]
|
}
|
},
|
{
|
"id": "dry",
|
"color": "#312d2a",
|
"icon": "assets/tabs/dry.png",
|
"iconInactive": "assets/tabs/dry-gray.png",
|
"nameKey": "cat.dry",
|
"descKey": "cat.dry.desc",
|
"standardKey": "cat.dry.standard",
|
"disposalTemplate": {
|
"suggestKey": "disposal.suggest.dry",
|
"line1Key": "disposal.line1.dry",
|
"line2Key": "disposal.line2.dry",
|
"tipsKeys": [
|
"disposal.tip1.dry",
|
"disposal.tip2.dry",
|
"disposal.tip3.dry",
|
"disposal.tip4.dry"
|
]
|
}
|
}
|
]
|