{
  "name": "Jsem klikař- motivátor",
  "short_name": "Jsem klikař",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "description": "Motivační aplikace pro klikování s žebříčkem, chatem a pokročilými statistikami.",
  "icons": [
    {
      "src": "icon-192y.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512y.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Zprávy",
      "short_name": "Zprávy",
      "url": "./index.html?action=messages",
      "icons": [{ "src": "icon-message-192y.png", "sizes": "192x192" }]
    },
    {
      "name": "Zadat ručně",
      "short_name": "Zadat",
      "url": "./index.html?action=manual",
      "icons": [{ "src": "icon-plus-192y.png", "sizes": "192x192" }]
    },
    {
      "name": "Žebříček",
      "short_name": "Žebříček",
      "url": "./index.html?view=leaderboard",
      "icons": [{ "src": "icon-192y.png", "sizes": "192x192" }]
    },
    {
      "name": "Cvičit",
      "short_name": "Cvičit",
      "url": "./index.html?view=train",
      "icons": [{ "src": "icon-192y.png", "sizes": "192x192" }]
    }
  ]
}
