{
  "name": "MartinUral tools app",
  "short_name": "MU Tools",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#DE283B",
  "categories": ["business", "productivity", "utilities"],
  "lang": "ru",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-24x24.png",
      "sizes": "16x16 32x32 60x60 72x72 76x76 96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Мои маршруты",
      "short_name": "Маршруты",
      "description": "Открыть список маршрутных листов",
      "url": "/driver",
      "icons": [
        {
          "src": "/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/file-handling",
      "accept": {
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"]
      },
      "icons": [],
      "launch_type": "single-client"
    }
  ]
}
