xBrowserSync

xBrowserSync

Browser syncing as it should be: secure, anonymous and free! Sync bookmarks across your browsers and devices, no sign up required.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_title__",
  "version": "1.5.2",
  "description": "__MSG_description__",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "32": "img/notsynced.png"
    },
    "default_popup": "app.html",
    "default_title": "__MSG_title__"
  },
  "background": {
    "page": "background.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Space",
        "mac": "MacCtrl+Space"
      }
    }
  },
  "content_security_policy": "connect-src *; default-src 'none'; font-src 'self' data:; img-src 'self' data:; script-src 'self'; style-src 'self' 'unsafe-inline';",
  "permissions": [
    "activeTab",
    "alarms",
    "bookmarks",
    "http://*/",
    "https://*/",
    "notifications",
    "storage",
    "tabs",
    "unlimitedStorage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{019b606a-6f61-4d01-af2a-cea528f606da}"
    }
  }
}