BookmarkHub - sync bookmarks

BookmarkHub - sync bookmarks

BookmarkHub,sync bookmarks across different browsers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "version": "0.0.4",
  "manifest_version": 2,
  "author": "dudor",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://www.github.com/dudor/BookmarkHub",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "__MSG_extensionDescription__",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "permissions": [
    "bookmarks",
    "storage",
    "notifications",
    "https://*.github.com/",
    "https://*.githubusercontent.com/"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": false,
    "open_in_tab": false
  },
  "content_scripts": []
}