blob: 0f6bd0a5f9172f9fa15ba97e98cf1d166f146350 [file] [log] [blame]
Rushabh Mehta27c40792013-04-03 15:21:44 +05301{
2 "modules": {
3 "Selling": {
4 "link": "selling-home",
5 "color": "#3f4901",
6 "icon": "icon-tag",
7 "type": "module"
8 },
9 "Accounts": {
10 "link": "accounts-home",
11 "color": "#025770",
12 "icon": "icon-money",
13 "type": "module"
14 },
15 "Stock": {
16 "type": "module",
17 "link": "stock-home",
18 "color": "#a66a02",
19 "icon": "icon-truck"
20 },
21 "Buying": {
22 "type": "module",
23 "link": "buying-home",
24 "color": "#8F0222",
25 "icon": "icon-shopping-cart"
26 },
27 "Support": {
28 "type": "module",
29 "link": "support-home",
30 "color": "#410169",
31 "icon": "icon-phone"
32 },
33 "Projects": {
34 "type": "module",
35 "link": "projects-home",
36 "color": "#473b7f",
37 "icon": "icon-tasks"
38 },
39 "Manufacturing": {
40 "type": "module",
41 "link": "manufacturing-home",
42 "color": "#590116",
43 "icon": "icon-magic"
44 },
45 "Website": {
46 "type": "module",
47 "link": "website-home",
48 "color": "#968c00",
49 "icon": "icon-globe"
50 },
51 "HR": {
52 "type": "module",
53 "link": "hr-home",
54 "color": "#018d6c",
55 "label": "Human Resources",
56 "icon": "icon-group"
57 },
58 "Setup": {
59 "type": "setup",
60 "link": "Setup",
61 "color": "#484848",
62 "icon": "icon-wrench"
63 },
64 "Activity": {
65 "type": "page",
66 "link": "activity",
67 "color": "#633501",
68 "icon": "icon-play",
69 "label": "Activity"
70 },
71 "Knowledge Base": {
72 "type": "page",
73 "link": "questions",
74 "color": "#01372b",
75 "label": "Knowledge Base",
76 "icon": "icon-question-sign"
77 }
78 }
79}