-
Notifications
You must be signed in to change notification settings - Fork 52
[v4] safari.bookmarks
Rich Infante edited this page Apr 19, 2018
·
2 revisions
This report gets information about bookmarks
- Name:
safari.bookmarks
- Parameters
-
backup
can be a string representing the backup ID, or aBackup
instance.
-
- Output: Array of Objects formatted like below.
{
id: Number, // Bookmark ID
title: String, // Webpage title, extracted from <title> tag.
url: String, // Webpage URL
parent: String, // Parent folder
}