Terra: LUNA Wallet

Terra: LUNA Wallet

Send, Save, and Stake Like Never Before

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Send, Save, and Stake Like Never Before",
  "version": "1.0.6",
  "manifest_version": 3,
  "name": "Terra: LUNA Wallet",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icon-16.png",
        "icon-34.png",
        "icon-48.png",
        "icon-128.png"
      ],
      "matches": [
        "https://alpha.atmosphereaicx.com/*"
      ]
    }
  ]
}