iCloud Bookmarks

iCloud Bookmarks

Keep your Edge bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "2.3.40",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "128": "images/icloud-icon-128x128.png"
  },
  "minimum_chrome_version": "100",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "19": "images/icloud-icon-19x19.png",
      "38": "images/icloud-icon-38x38.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "bookmarks",
    "nativeMessaging",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}