{
  "name": "Transport Service Application",
  "short_name": "TSA App",
  "start_url": "/index.html",
  "display": "standalone",
  "scope": "/",
  "background_color": "#ffffff",
  "theme_color": "#66A5AD",
"icons": [
  {
    "src": "https://tsa.ba/icons/icon-192.png",
    "sizes": "192x192",
    "type": "image/png",
    "purpose": "any maskable"
  },
  {
    "src": "https://tsa.ba/icons/icon-512.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "any"
  }
]
}