{
  "name": "Z2X – Most mezi generacemi",
  "short_name": "Z2X",
  "description": "Překladač mezigeneračního jazyka. Slang, AI překlad a emoji dekodér.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fafbfc",
  "theme_color": "#4f46e5",
  "categories": ["education", "lifestyle", "social"],
  "lang": "cs",
  "icons": [
    { "src": "/favicon-16x16.png", "sizes": "16x16", "type": "image/png", "purpose": "any" },
    { "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/prelozit",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Přeložit text",
      "short_name": "Přeložit",
      "description": "Otevři AI překladač slangu",
      "url": "/prelozit",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Slovník",
      "short_name": "Slovník",
      "url": "/slovnik",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
