{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Storello",
  "short_name": "Storello",
  "description": "Web-based writing IDE for writers and editors",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#fffcf9",
  "theme_color": "#fffcf9",
  "lang": "ru",
  "dir": "ltr",
  "icons": [
    {
      "src": "/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
