Examine source code of Brasycad

Inspect and view changes in Brasycad 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": "Brasycad",
  "short_name": "Brasycad",
  "description": "Gestão de imóveis no Brasil",
  "author": "Jose Manuel Villar Alarcon",
  "version": "0.9.2.6",
  "manifest_version": 2,
  "permissions": [
    "notifications",
    "webview",
    "storage",
    "http://maps.brasycad.com/*",
    "https://maps.brasycad.com/*",
    "http://token.brasycad.com/*",
    "https://token.brasycad.com/*",
    "https://www.brasycad.com/*",
    "https://chrome.google.com/webstore/detail/brasycad/ncfdninhfoeolimoigglmdihddhnngoi?hl=es",
    "https://credentials.brasycad.com/*",
    "https://iptu.brasycad.com/*",
    "https://www.dropbox.com/*",
    "https://fonts.googleapis.com/*",
    "http://graphql.brasycad.com:3003/graphql/*"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "minimum_chrome_version": "50",
  "icons": {
    "16": "assets/BRASYCAD-LOGO-16.png",
    "128": "assets/BRASYCAD-LOGO-128.png"
  }
}