Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "EvenFi Auto Invest",
"description": "Automatically invest on EvenFi (ex Criptalia) projects when they open.",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"version": "1.0.3",
"author": "Eugross",
"content_scripts": [
{
"matches": [
"https:\/\/*.evenfi.com\/*"
],
"js": [
"libs\/popper.min.js",
"libs\/tippy-bundle.umd.min.js",
"js\/invest.js"
],
"run_at": "document_idle"
}
]
}