BearBy

BearBy

Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BearBy",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "notifications",
    "activeTab",
    "alarms"
  ],
  "icons": {
    "16": "icons/16.png",
    "19": "icons/19.png",
    "38": "icons/38.png",
    "39": "icons/39.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "minimum_chrome_version": "93",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "bearby",
    "default_popup": "index.html"
  },
  "version": "0.5.0"
}