NowSync - Fast,Efficient bookmark management

NowSync - Fast,Efficient bookmark management

Professional bookmark management! You can synchronize bookmarks intime across platforms and browsers! Support chrome, Firefox, edge!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "2.2.2",
  "default_locale": "en",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "tabs",
    "bookmarks",
    "storage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self';"
  },
  "homepage_url": "https://www.shuqianyun.net",
  "action": {
    "default_popup": "/popup/popup.html",
    "default_icon": {
      "16": "/images/get_started16.png",
      "32": "/images/get_started32.png",
      "48": "/images/get_started48.png",
      "128": "/images/get_started128.png"
    }
  },
  "icons": {
    "16": "/images/get_started16.png",
    "32": "/images/get_started32.png",
    "48": "/images/get_started48.png",
    "128": "/images/get_started128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}