{
  "name": "aleqth.com",
  "short_name": "aleqth",
  "description": "Cultural Operating System",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#141413",
  "theme_color": "#141413",
  "categories": ["lifestyle", "entertainment"],
  "icons": [
    {
      "src": "/static/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
