Examine source code of kaseta.co

Inspect and view changes in kaseta.co 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": "kaseta.co",
  "description": "Create and share online mixtapes with YouTube videos, SoundCloud Tracks or Dropbox tracks. A new, old way, to playlist your music!",
  "version": "6.0.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "kaseta_app_icon.png"
  },
  "app": {
    "urls": [
      "http://kaseta.co/",
      "http://kaseta.co/views/",
      "http://kaseta.co/recommended",
      "http://kaseta.co/design",
      "http://kaseta.co/near",
      "http://kaseta.co/create",
      "http://kaseta.co/recent",
      "http://kaseta.co/top",
      "http://kaseta.co/tags",
      "http://kaseta.co/dropbox"
    ],
    "launch": {
      "web_url": "https://kaseta.co"
    }
  }
}