Narwallets

Narwallets

NEAR protocol multi-account wallets

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Narwallets",
  "description": "NEAR protocol multi-account wallets",
  "version": "2.0.2",
  "browser_action": {
    "default_popup": "index.html"
  },
  "background": {
    "page": "background/background.html",
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "alarms"
  ],
  "icons": {
    "48": "icons/logo_48.png",
    "128": "icons/logo_128.png"
  }
}