Auro Wallet

Auro Wallet

Mina Protocol Browser Extension Wallet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "manifest_version": 2,
  "version": "2.2.15",
  "default_locale": "en",
  "icons": {
    "16": "img/logo/16.png",
    "19": "img/logo/19.png",
    "32": "img/logo/32.png",
    "38": "img/logo/38.png",
    "64": "img/logo/64.png",
    "128": "img/logo/128.png",
    "512": "img/logo/512.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "img/logo/16.png",
      "19": "img/logo/19.png",
      "32": "img/logo/32.png",
      "38": "img/logo/38.png",
      "64": "img/logo/64.png",
      "128": "img/logo/128.png",
      "512": "img/logo/512.png"
    },
    "default_title": "Auro Wallet",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e0ee8d7f-537c-4c5f-b1cc-bd66d61e4306}"
    }
  },
  "web_accessible_resources": [
    "webhook.js"
  ]
}