Rise - Aptos Wallet

Rise - Aptos Wallet

A secure and powerful crypto wallet that brings all of the benefits of Aptos to you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Rise - Aptos Wallet",
  "description": "A secure and powerful crypto wallet that brings all of the benefits of Aptos to you",
  "version": "1.7.1",
  "manifest_version": 2,
  "icons": {
    "16": "assets/logo-16.png",
    "24": "assets/logo-24.png",
    "32": "assets/logo-32.png",
    "48": "assets/logo-48.png",
    "128": "assets/logo-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/logo-16.png",
      "24": "assets/logo-24.png",
      "32": "assets/logo-32.png",
      "48": "assets/logo-48.png",
      "128": "assets/logo-128.png"
    },
    "default_title": "Rise Wallet",
    "default_popup": "app_popup.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+R"
      },
      "description": "Open Rise extension"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "inpage.js",
    "phishing.html"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "https://static-cdn.risewallet.io/*",
    "https://coin-list.risewallet.io/*",
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{982e72da-b589-4f3c-aeac-028777aa4e0a}"
    }
  }
}