{
  "notifications": [
    {
      "type": "INFO",
      "title": "Just info",
      "message": "Everything is fine!"
    },
    {
      "type": "ERROR",
      "title": "Oops!",
      "message": "Something is wrong..."
    }
  ],
  "menuitems": [
    {
      "id": 1,
      "icon": "rocket_noun_1309872_cc.svg",
      "title": "Culture DNA",
      "route": "dna"
    },
    {
      "id": 2,
      "icon": "bulb_noun_1309839_cc.svg",
      "title": "PRO tips",
      "route": "tips"
    },
    {
      "id": 3,
      "icon": "globe_noun_1309860_cc.svg",
      "title": "World map",
      "route": "map"
    }
  ]
}