{
  "name": "Keydrop Secure Data Exports",
  "short_name": "Keydrop",
  "description": "Prepare private legal data exports for one verified recipient.",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#f45524",
  "background_color": "#f5f2ec",
  "metanet": {
    "schemaVersion": 1,
    "groupPermissions": {
      "description": "Identify you and protect secure data exports",
      "protocolPermissions": [
        {
          "protocolID": [1, "identity key retrieval"],
          "description": "Use your wallet identity to confirm who sends and receives a package"
        },
        {
          "protocolID": [1, "identity resolution"],
          "description": "Search published identity attributes to find the intended recipient"
        }
      ]
    },
    "counterpartyPermissions": {
      "description": "Protect packages for the people you choose",
      "protocols": [
        {
          "protocolName": "message encryption",
          "description": "Protect files for a recipient and open packages sent to you"
        },
        {
          "protocolName": "message signing",
          "description": "Confirm package senders and let recipients verify you"
        }
      ]
    }
  },
  "babbage": {
    "schemaVersion": 1,
    "groupPermissions": {
      "description": "Identify you and protect secure data exports",
      "protocolPermissions": [
        {
          "protocolID": [1, "identity key retrieval"],
          "description": "Use your wallet identity to confirm who sends and receives a package"
        },
        {
          "protocolID": [1, "identity resolution"],
          "description": "Search published identity attributes to find the intended recipient"
        }
      ]
    },
    "counterpartyPermissions": {
      "description": "Protect packages for the people you choose",
      "protocols": [
        {
          "protocolName": "message encryption",
          "description": "Protect files for a recipient and open packages sent to you"
        },
        {
          "protocolName": "message signing",
          "description": "Confirm package senders and let recipients verify you"
        }
      ]
    }
  }
}
