{
  "name": "Workmob as Progressive Web App",
  "short_name": "Workmob",
  "description": "WorkMob is a fun social network that helps you meet, connect and share with people at work.",
  "start_url": "./",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#f96332",
  "dir": "ltr",
  "lang": "en-US",
  "icons": [{
    "src": "images/icons/icon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },{
      "src": "images/icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    }, {
      "src": "images/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },{
      "src": "images/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },{
      "src": "images/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },{
      "src": "images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
     {
      "src": "images/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },{
      "src": "images/icons/icon-168x168.png",
      "sizes": "168x168",
      "type": "image/png"
    }, {
      "src": "images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    }, {
      "src": "images/icons/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },  
    {  
      "src": "images/icons/icon-512x512.png",  
      "sizes": "512x512",  
      "type": "image/png"  
    }],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.workmob",
      "id": "com.workmob"
    }, {
      "platform": "itunes",
      "url": "https://itunes.apple.com/in/app/workmob/id901802570"
    }]
}


