Next Browser Sync Plus for Chrome

Next Browser Sync Plus for Chrome

With Next Browser Sync Plus, you can sync bookmarks directly to your mobile devieces in Next Browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_chrome_extension_name__",
  "version": "1.0",
  "description": "__MSG_chrome_extension_description__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/common.js",
      "js/utils.js",
      "jquery/jquery-1.7.2.min.js",
      "jquery/jquery.timer.js",
      "js/sendDataUtil.js",
      "js/account.js",
      "js/bookmark.js",
      "js/bookmarkStorage.js",
      "js/bookmarkMonitor.js",
      "js/bookmarkControl.js"
    ]
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "__MSG_browser_action_default_title__",
    "default_popup": "login.html",
    "default_icon": "images/logo19.png"
  },
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "images/tip_icon.png",
    "images/tip_left.png",
    "images/tip_center.png",
    "images/tip_right.png"
  ],
  "minimum_chrome_version": "17",
  "update_url": "https://clients2.google.com/service/update2/crx"
}