﻿{
  "short_name": "Mobile",
  "name": "SelectLine Mobile",
  "icons": [
    {
      "src": "./Content/img/icons/192x192/appIcon.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "sizes": "512x512",
      "src": "./Content/img/icons/512x512/appIcon.png",
      "type": "image/png"
    }
  ],
  "start_url": "./",
  "background_color": "#009FDA",
  "display": "standalone",
  "theme_color": "#009FDA"
}