{
  "name": "PROMISE",
  "short_name": "PROMISE",
  "description": "Prompt Mobile Integrated Survey Engine",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone", 
  "background_color": "#1e2229",
  "theme_color": "#2c3e50",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/img/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}