An AI-powered DeFi expert that lives in your browser.
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",
"short_name": "Greenwood",
"name": "Greenwood",
"description": "An AI-powered DeFi expert that lives in your browser.",
"version": "0.1.4",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "Open Greenwood"
},
"icons": {
"16": "logo192.png",
"48": "logo192.png",
"128": "logo192.png"
}
}