Examine source code of Rozcestnik CZU

Inspect and view changes in Rozcestnik CZU source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Rozcestnik CZU",
  "version": "1.0",
  "description": "Rozšíření obsahující odkazy na jednotlivé fakulty a ostatní důležité webové stránky České Zemědělské Univerzity",
  "icons": {
    "16": "16x16.png",
    "128": "128x128.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "author": "Jan Hora"
}