{
  "uid": "command_sovereignty_app",
  "type": "app",
  "config": {
    "description": "An example to demonstrate how to build a private oauth app with developer projects.",
    "name": "command-sovereignty-App",
    "distribution": "private",
    "auth": {
      "type": "oauth",
      "redirectUrls": [
        "https://builtdomains.com/api/connectors/oauth/callback/hubspot"
      ],
      "requiredScopes": [
        "oauth",
        "crm.objects.contacts.read",
        "crm.objects.deals.read",
        "crm.objects.companies.read"
      ],
      "optionalScopes": [],
      "conditionallyRequiredScopes": []
    },
    "permittedUrls": {
      "fetch": [
        "https://api.hubapi.com"
      ],
      "iframe": [],
      "img": []
    },
    "support": {
      "supportEmail": "support@example.com",
      "documentationUrl": "https://example.com/docs",
      "supportUrl": "https://example.com/support",
      "supportPhone": "+18005555555"
    }
  }
}