{
    "name": "Emotiva App",
    "short_name": "EmotivaApp",
    "start_url": "/index.html",
    "display": "fullscreen",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "scope": "/",
    "icons": [
       {
        "src": "img/apple-touch-icon-114x114precomposed_school.png",
        "sizes": "114x114",
        "type": "image/png"
      },
      {
        "src": "img/apple-touch-icon-144x144-precomposed_school.png",
        "sizes": "144x144",
        "type": "image/png"
      }
      
    ],
    "url_handlers": [
      {
        "origin": "https://ischool.fundacioupc.com"
      },
      {
        "origin": "https://test.emotiva.fundacioupc.com"
      }
    ]
  }