{  
   "id":"Jungle7",
  "name": "Jungle7",  
  "short_name": "Jungle7",  
  "description": "Download the app and get more rewards!",  
  "start_url": "../index.html",  
  "display": "standalone",  
  "background_color": "#1b1e23",  
  "theme_color": "#000000",  
  "prefer_related_applications": true,
  "icons": [
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}