锤子书签同步

锤子书签同步

快速稳定轻量的跨浏览器书签同步工具

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "锤子书签同步",
  "version": "1.0.3",
  "manifest_version": 2,
  "description": "快速稳定轻量的跨浏览器书签同步工具",
  "browser_action": {
    "default_icon": "./imgs/bookmarks.png",
    "default_title": "快速稳定轻量的跨浏览器书签同步工具",
    "default_popup": "./index.html"
  },
  "icons": {
    "16": "./imgs/bookmarks.png",
    "48": "./imgs/bookmarks.png",
    "128": "./imgs/bookmarks.png"
  },
  "background": {
    "page": "./background.html",
    "persistent": true
  },
  "permissions": [
    "bookmarks",
    "management",
    "https://api-sync-cloud.smartisan.com/*",
    "http://api-sync-cloud.smartisan.com/*",
    "http://account.smartisan.com/*",
    "https://account.smartisan.com/*"
  ]
}