Examine source code of Trânsito Brasil

Inspect and view changes in Trânsito Brasil 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": "Trânsito Brasil",
  "description": "Busca Avançada de Noticias sobre Mudanças no Trânsito",
  "version": "0.4.8",
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "tabs",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "https://www.google.com/*",
    "https://www.google.com.br/*",
    "https://google.com.br/*",
    "https://google.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "transito044.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com.br/search?q=*&Script*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ]
}