Files
apple_device-management/examples/declarative/declarations/configurations/safari.bookmarks/example1.json
T
2026-06-12 16:19:29 -04:00

37 lines
1.2 KiB
JSON

{
"Type": "com.apple.configuration.safari.bookmarks",
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
"Payload": {
"ManagedBookmarks": [
{
"GroupIdentifier": "Group1",
"Title": "Company Bookmarks",
"Bookmarks": [
{
"Title": "Public Site",
"URL": "https://www.example.com"
},
{
"Title": "Store",
"URL": "https://store.example.com"
},
{
"Title": "Internal Developers",
"Folder": [
{
"Title": "Developers",
"URL": "https://developer.example.com"
},
{
"Title": "Repositories",
"URL": "https://repo.example.com"
}
]
}
]
}
]
}
}