DEX Tegro - TON Exchange

DEX Tegro - TON Exchange

Cheaper and faster than any DEX? Discover Tegro Finance, the leading DEX on The Open Network (TON) with the best farms in DeFi and a lottery for TGR.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "DEX Tegro - TON exchange",
  "short_name": "DEX Tegro - TON exchange",
  "version": "1.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon/icon.png"
  },
  "description": "Cheaper and faster than any DEX? Discover Tegro Finance, the leading DEX on The Open Network (TON) with the best farms in DeFi.",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon/icon.png",
    "default_popup": "/index.html"
  },
  "permissions": [
    "https://tegro.finance/*",
    "https://api.coingecko.com/api/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7a158394-72ae-4aba-a4dd-7103a44c1a47}"
    }
  }
}