{
  "name": "Mlondiem SurveyHub",
  "version": "1.0.0",
  "short_name": "SurveyHub",
  "description": "Create a survey questionnaire and track responses with ease.",
  "start_url": "./index.php",
  "background_color": "#000066",
  "theme_color": "#eef",
  "display": "fullscreen",
  "icons": [
    {
      "src": "./assets/img/icon-256.png",
      "type": "image/png",
      "sizes": "256x256"
    },
    {
      "src": "./assets/img/icon-196.png",
      "type": "image/png",
      "sizes": "196x196"
    },
    {
      "src": "./assets/img/favicon.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}