{
  "name": "Trillex — Trilingual Dictionary",
  "short_name": "Trillex",
  "description": "Trilingual dictionary for German, English, and Russian with instant translation lookup.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#0a0e1a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230a0e1a' width='192' height='192'/><circle cx='96' cy='96' r='80' fill='%23f59e0b' opacity='0.2'/><circle cx='96' cy='96' r='60' fill='%233b82f6' opacity='0.3'/><circle cx='96' cy='96' r='40' fill='%23ef4444' opacity='0.4'/><text x='50' y='80' font-size='24' font-family='sans-serif' font-weight='bold' fill='%23f59e0b'>DE</text><text x='90' y='80' font-size='24' font-family='sans-serif' font-weight='bold' fill='%233b82f6'>EN</text><text x='70' y='120' font-size='24' font-family='sans-serif' font-weight='bold' fill='%23ef4444'>RU</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230a0e1a' width='512' height='512'/><circle cx='256' cy='256' r='200' fill='%23f59e0b' opacity='0.2'/><circle cx='256' cy='256' r='150' fill='%233b82f6' opacity='0.3'/><circle cx='256' cy='256' r='100' fill='%23ef4444' opacity='0.4'/><text x='100' y='220' font-size='60' font-family='sans-serif' font-weight='bold' fill='%23f59e0b'>DE</text><text x='250' y='220' font-size='60' font-family='sans-serif' font-weight='bold' fill='%233b82f6'>EN</text><text x='175' y='340' font-size='60' font-family='sans-serif' font-weight='bold' fill='%23ef4444'>RU</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Deutsch",
      "short_name": "DE",
      "description": "Search from German",
      "url": "/?lang=de",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23f59e0b' width='192' height='192' rx='45'/><text x='96' y='120' text-anchor='middle' font-size='80' font-family='sans-serif' font-weight='bold' fill='%23000'>DE</text></svg>",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "English",
      "short_name": "EN",
      "description": "Search from English",
      "url": "/?lang=en",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%233b82f6' width='192' height='192' rx='45'/><text x='96' y='120' text-anchor='middle' font-size='80' font-family='sans-serif' font-weight='bold' fill='%23fff'>EN</text></svg>",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Русский",
      "short_name": "РУ",
      "description": "Search from Russian",
      "url": "/?lang=ru",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23ef4444' width='192' height='192' rx='45'/><text x='96' y='120' text-anchor='middle' font-size='70' font-family='sans-serif' font-weight='bold' fill='%23fff'>РУ</text></svg>",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
