{
  "name": "PROMISE",
  "short_name": "PROMISE",
  "start_url": "quest/dashboard.html",
  "scope": "./",
  "display": "standalone", 
  "background_color": "#F0F5F9", 
  "theme_color": "#F0F5F9",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/img/iconx192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/iconx512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any" 
    }
  ]
}