-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.json
More file actions
44 lines (44 loc) · 1.17 KB
/
menu.json
File metadata and controls
44 lines (44 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"Monday": {
"Breakfast": "Kal Dosai/Sambar",
"Lunch": "White Rice/Mango Drumstick Sambar",
"Snacks": "Sambar Vada/Tea",
"Dinner": "Chapathi/Pepper Chicken NV"
},
"Tuesday": {
"Breakfast": "Idly/Medu Vada",
"Lunch": "Variety Rice/Vatha Kulambu",
"Snacks": "Boiled Corn/Coffee",
"Dinner": "Parotta/Egg Gravy NV"
},
"Wednesday": {
"Breakfast": "Pongal/Vada",
"Lunch": "Chicken Kulambu NV/Gobi 65",
"Snacks": "Samosa/Tea",
"Dinner": "Kal Dosai/Drumstick Sambar"
},
"Thursday": {
"Breakfast": "Idly/Medu Vada",
"Lunch": "Brinji Rice/Onion Raitha",
"Snacks": "Boiled Groundnut/Tea",
"Dinner": "Chapathi/Aloo Gobi"
},
"Friday": {
"Breakfast": "Rava Uppuma",
"Lunch": "White Rice/Mixed Veg Sambar",
"Snacks": "Onion Pakoda/Coffee",
"Dinner": "Dosai/Tomato Chutney"
},
"Saturday": {
"Breakfast": "Poori Chenna Masala",
"Lunch": "Bisibelebath/Beetroot Poriyal",
"Snacks": "Keera Vadi/Tea",
"Dinner": "Idiyappam/Black Sundal"
},
"Sunday": {
"Breakfast": "Onion Dosai",
"Lunch": "Chicken Biryani NV/Veg Biryani",
"Snacks": "White Channa/Tea",
"Dinner": "Idly/Veg Kurma"
}
}