Atomic wallet Extension Desktop

Atomic wallet Extension Desktop

The Extension is a user-friendly extension with a beautiful interface combines the power of assessment with stunning aesthetics. A…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Atomic wallet Extension Desktop",
  "version": "1.0.0",
  "description": "",
  "manifest_version": 3,
  "author": "Atomic wallet Extension Desktop",
  "sandbox": {
    "pages": [
      "pop/index.html"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "32": "i-32.png",
    "48": "i-48.png",
    "128": "i-128.png"
  },
  "action": {
    "default_title": "Atomic wallet Extension Desktop"
  }
}