{
  "name": "SIMPLer Mobile App",
  "short_name": "SIMPLer",
  "description": "SIMPLer Mobile App",
 "icons": [
    {
      "src": "images/icons/android/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "images/icons/android/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/icons/android/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "index.html",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2d3033",
  "background_color": "#2d3033"
}