Project implementers can specify ownership in two ways:
- Automatic: Uses current page URL structure (@username)
- Manual: Specify during initialization
// Manual owner assignment
const manager = new WebsimUserManager({
owner: {
id: "your-user-id",
username: "your-username"
}
});