Examine source code of Kazino Latvija

Inspect and view changes in Kazino Latvija 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",
  "name": "Kazino Latvija",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "description": "Latvijas online kazino spēles, kazino akcijas un bonusi.",
  "permissions": [],
  "icons": {
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "open-page": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Open a new page."
    }
  }
}