xaoi书签同步

xaoi书签同步

不用登录谷歌就可以同步书签

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "xaoi书签同步",
  "version": "1.0.3",
  "description": "不用登录谷歌就可以同步书签",
  "browser_action": {
    "default_icon": "ico.png",
    "default_title": "xaoi书签同步工具",
    "default_popup": "index/index.html"
  },
  "permissions": [
    "bookmarks",
    "https://book-sync.xaoi.net/"
  ],
  "homepage_url": "https://book-sync.xaoi.net",
  "content_security_policy": "style-src 'self' 'unsafe-inline';script-src 'self' 'unsafe-eval'; object-src 'self' ;",
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}