Duino Coin Wallet

Duino Coin Wallet

A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Duino Coin Wallet",
  "description": "A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.",
  "version": "1.0",
  "options_page": "options.html",
  "manifest_version": 3,
  "action": {
    "default_popup": "wallet.html"
  },
  "host_permissions": [
    "https://server.duinocoin.com/"
  ],
  "icons": {
    "16": "/images/icon16.png",
    "32": "/images/icon32.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  }
}