Inspect and view changes in Cotação Dólar 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,
"version": "0.0.1.1",
"icons": {
"16": "logo16x16.png",
"32": "logo32x32.png",
"48": "logo48x48.png",
"128": "logo128x128.png"
},
"description": "Extensão para exibir a cotação do dólar",
"name": "Cotação Dólar",
"action": {
"default_popup": "index.html",
"default_icon": "logo32x32.png"
},
"permissions": [],
"host_permissions": []
}