Extension to convert currencies
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": "Exchange Rates",
"version": "1.0",
"manifest_version": 3,
"description": "Extension to convert currencies",
"action": {
"default_icon": "Exchange.png",
"default_popup": "index.html"
}
}