{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Smart Heating",
  "description": "Smart Heating",
  "start_url": "/smartheating/webapp/",
  "display": "standalone",
  "background_color": "#fff",
  "theme_color": "#003865",
  "icons": [{
    "src": "/static/img/smartheating/touch-icon-iphone.png",
    "sizes": "152x152",
    "type": "image/png"
  }, {
    "src": "/static/img/smartheating/touch-icon-ipad-pro.png",
    "sizes": "167x167",
    "type": "image/png"
  }, {
    "src": "/static/img/smartheating/touch-icon-iphone.png",
    "sizes": "180x180",
    "type": "image/png"
  }, {
    "src": "/static/img/smartheating/touch-icon.png",
    "sizes": "192x192",
    "type": "image/png",
    "purpose": "any maskable"
  }, {
    "src": "/static/img/smartheating/touch-icon-large.png",
    "sizes": "512x512",
    "type": "image/png"
  }],
  "related_applications": [{
    "platform": "play",
    "url": "https://play.google.com/store/apps/details?id=fi.realin.smartheating"
  }]
}
