Top Ledger - End to end Blockchain Analytics

Top Ledger - End to end Blockchain Analytics

Explore the vital statistics of any Solana based project at a glance!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Top Ledger - End to end Blockchain Analytics",
  "version": "0.0.12",
  "manifest_version": 3,
  "description": "Explore the vital statistics of any Solana based project at a glance!",
  "homepage_url": "https://topledger.xyz",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "action": {
    "matches": [
      "https://*/*",
      "http://*/*"
    ],
    "default_icon": "icons/icon16.png",
    "default_popup": "src/page_action/page_action.html"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "src/inject/inject.js"
      ],
      "css": [
        "src/inject/tl-modal.css"
      ]
    }
  ]
}