Examine source code of Buscakasa

Inspect and view changes in Buscakasa 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": "Buscakasa",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Gerenciador de imóveis para anunciantes Buscakasa.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "graphics/icon19.png",
      "48": "graphics/icon48.png",
      "128": "graphics/icon128.png"
    },
    "default_title": "Buscakasa - Anunciante",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://www.buscakasa.com.br/",
    "notifications"
  ],
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' https://vyzan.sslblindado.com; object-src 'self'"
}