.{ .id = "dev.native_sdk.next-example", .name = "next-example", .display_name = "Next Example", .version = "0.1.0", .platforms = .{ "macos", "linux" }, .permissions = .{}, .capabilities = .{ "webview" }, .frontend = .{ .dist = "frontend/out", .entry = "index.html", .spa_fallback = true, .dev = .{ .url = "http://127.0.0.1:3000/", .command = .{ "npm", "--prefix", "frontend", "run", "dev" }, .ready_path = "/", .timeout_ms = 30000, }, }, .security = .{ .navigation = .{ .allowed_origins = .{ "zero://app", "zero://inline", "http://127.0.0.1:3000" }, .external_links = .{ .action = "deny" }, }, }, .web_engine = "system", .cef = .{ .dir = "third_party/cef/macos", .auto_install = false }, .windows = .{ .{ .label = "main", .title = "Next Example", .width = 720, .height = 480, .restore_state = true }, }, }