{
  "name": "Indeporte",
  "short_name": "Indeporte",
  "start_url": "index.php",
  "display": "standalone",
  "theme_color": "#58B1F7",
  "background_color": "#ffffff",
  "description": "Indeporte",
  "icons": [

    {
      "src": "img/icons/48x48.png",
      "sizes": "48x48",
      "type": "image/png"
  },
  {
      "src": "img/icons/72x72.png",
      "sizes": "72x72",
      "type": "image/png"
  },
  {
      "src": "img/icons/96x96.png",
      "sizes": "96x96",
      "type": "image/png"
  },
  {
      "src": "img/icons/144x144.png",
      "sizes": "144x144",
      "type": "image/png"
  },
  {
      "src": "img/icons/168x168.png",
      "sizes": "168x168",
      "type": "image/png"
  },
  {
      "src": "img/icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png"
  }
  ],
  
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.example.app1",
      "id": "com.example.app1"
    }, {
      "platform": "itunes",
      "url": "https://itunes.apple.com/app/example-app1/id123456789"
    }]
}
 