{
  "name": "FileMe",
  "short_name": "FileMe",
  "description": "P2P передача файлов прямо из браузера. Без установки.",
  "id": "/app",
  "scope": "/",
  "lang": "ru",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0d0c14",
  "theme_color": "#f97316",
  "orientation": "any",
  "icons": [
    { "src": "/static/icon.svg",             "sizes": "any",     "type": "image/svg+xml", "purpose": "any" },
    { "src": "/static/icon-192.png",         "sizes": "192x192", "type": "image/png",     "purpose": "any" },
    { "src": "/static/icon-512.png",         "sizes": "512x512", "type": "image/png",     "purpose": "any" },
    { "src": "/static/icon-maskable-512.png","sizes": "512x512", "type": "image/png",     "purpose": "maskable" }
  ]
}
