{
  "name": "NEXPOT",
  "short_name": "NEXPOT",
  "start_url": "/app/",  
  "scope": "/app/",      
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "gcm_sender_id": "103953930474", 
  "icons": [
    {
      "src": "/app/static/icons/icon_192x192.png", 
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/static/icons/icon_192x192.png", 
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/app/static/icons/icon_512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}