{
  "manifest_version": "1.0",
  "name": "33 bus",
  "short_name": "33 bus",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F1620",
  "theme_color": "#0F1620",
  "icons": [
    {
      "src": "assets/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
  {
    "name": "Лакинск",
    "url": "/lakinsk"
  },
  {
    "name": "Собинка",
    "url": "/sobinka"
  }
]
}