OneWallet Kratos Mainnet

OneWallet Kratos Mainnet

OneWallet is the primary wallet for OneLedger's Kratos Mainnet Tokens (OLT)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OneWallet Kratos Mainnet",
  "version": "2.5.2",
  "description": "OneWallet is the primary wallet for OneLedger's Kratos Mainnet Tokens (OLT)",
  "manifest_version": 2,
  "icons": {
    "16": "ol_logo_kainos_16x16.png",
    "48": "ol_logo_kainos_48x48.png",
    "128": "ol_logo_kainos_128x128.png"
  },
  "browser_action": {
    "default_icon": "ol_logo_kainos_16x16.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "https://mainnet.infura.io",
    "https://raw.githubusercontent.com/Oneledger/kratos-genesis/master/eth_contract_address",
    "https://kratos.oneledger.network",
    "https://explorer.kratos.oneledger.network/",
    "https://fullnode-sdk.kratos.oneledger.network/jsonrpc"
  ],
  "background": {
    "scripts": [
      "public/mainWindow.min.js"
    ],
    "persistent": false
  }
}