{
  "version": "1.0.0",
  "description": "An account abstraction keyring snap that integrates with MetaMask accounts.",
  "proposedName": "MetaMask Account Abstraction Snap Keyring",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MetaMask/snap-account-abstraction-keyring.git"
  },
  "source": {
    "shasum": "oHGfjc+6z7+CyZOQJYqVHRFy1uMjj2UHD0yCac4K6Pg=",
    "location": {
      "npm": {
        "filePath": "dist/bundle.js",
        "iconPath": "images/icon.svg",
        "packageName": "@metamask/snap-account-abstraction-keyring",
        "registry": "https://registry.npmjs.org/"
      }
    }
  },
  "initialPermissions": {
    "endowment:keyring": {
      "allowedOrigins": [
        "https://metamask.github.io",
        "http://localhost:8000"
      ]
    },
    "endowment:rpc": {
      "dapps": true
    },
    "snap_manageAccounts": {},
    "snap_manageState": {},
    "endowment:ethereum-provider": {},
    "endowment:network-access": {}
  },
  "manifestVersion": "0.1"
}
