{
  "version": "3.0.0",
  "description": "MetaMask example snap demonstrating the use of the Ethereum Provider API and `endowment:ethereum-provider` permission.",
  "proposedName": "Ethereum Provider Example Snap",
  "repository": {
    "type": "git",
    "url": "https://github.com/MetaMask/snaps.git"
  },
  "source": {
    "shasum": "3KRQiL+BkDxdEzEIabxnfGZIdHP/1T7er0hdCh75SfU=",
    "location": {
      "npm": {
        "filePath": "dist/bundle.js",
        "packageName": "@metamask/ethereum-provider-example-snap",
        "registry": "https://registry.npmjs.org/"
      }
    }
  },
  "initialPermissions": {
    "endowment:rpc": {
      "dapps": true
    },
    "endowment:ethereum-provider": {}
  },
  "platformVersion": "10.3.0",
  "manifestVersion": "0.1"
}
