Aave Extension

Aave Extension

Aave is an Open Source Protocol to create Non-Custodial Liquidity Markets to earn interest on supplying and borrowing assets with a variable or stable interest rate. The protocol is designed for easy integration into your products and services.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Aave is an Open Source Protocol to create Non-Custodial Liquidity Markets to earn interest on supplying and borrowing assets with a variable or stable interest rate. The protocol is designed for easy integration into your products and services.",
  "manifest_version": 2,
  "name": "Aave Extension",
  "version": "1.1.0",
  "icons": {
    "48": "icons/AAVE.jpg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/AAVE.jpg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{296e033b-e7fa-40b1-97bb-8cc911d4ce7d}"
    }
  }
}