syncmarx

syncmarx

Web extension built for cross-browser bookmark syncing to the cloud.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "syncmarx",
  "version": "0.8.2",
  "author": "Greg McLeod",
  "description": "Web extension built for cross-browser bookmark syncing to the cloud.",
  "icons": {
    "48": "icons/icon_48.png",
    "96": "icons/icon_96.png"
  },
  "permissions": [
    "bookmarks",
    "https://*.dropboxapi.com/",
    "https://*.google.com/",
    "https://*.googleapis.com/",
    "https://*.box.com/",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icon_38.png",
    "default_title": "syncmarx (alpha)"
  },
  "background": {
    "scripts": [
      "app.js"
    ]
  }
}