safari2chrome bookmarks synchronization

safari2chrome bookmarks synchronization

Keep your Chrome bookmarks up to date with the Safari bookmarks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "safari2chrome bookmarks synchronization",
  "description": "Keep your Chrome bookmarks up to date with the Safari bookmarks",
  "version": "1.0.3",
  "action": {
    "default_icon": "icon-16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/background-page.js"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "bookmarks",
    "alarms",
    "nativeMessaging"
  ]
}