UC Sync

UC Sync

Sync bookmarks and opened tabs between your Chrome and UC Browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extname__",
  "version": "1.1.0.3",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "icons": {
    "16": "images/16.png",
    "48": "images/128.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_icon": "images/19.png",
    "default_title": "__MSG_exttitle__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-1.7.1.min.js",
        "js/notification.js"
      ],
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "bookmarks",
    "management",
    "cookies"
  ],
  "default_locale": "en",
  "web_accessible_resources": [
    "images/weibo_login_announct.png",
    "images/weibo_login_announct_en.png",
    "js/jquery-1.7.1.min.js"
  ]
}