Examine source code of uKuchára menu

Inspect and view changes in uKuchára menu 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": 3,
  "name": "uKuchára menu",
  "version": "1.1",
  "description": "Zobrazi z webstránky iba denné menu",
  "icons": {
    "16": "fixed16.png",
    "48": "fixed48.png",
    "128": "fixed128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.ukuchara.sk/*",
        "*://ukuchara.sk/*"
      ],
      "js": [
        "kuchar.js"
      ],
      "css": [
        "kuchar.css"
      ]
    }
  ]
}