Bookmark Sync Firefox

Examine source code of Bookmark Sync

Inspect and view changes in Bookmark Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bookmark Sync",
  "version": "1.0",
  "homepage_url": "https://petermcdonald.co.uk/bookmark-sync",
  "description": "A Firefox extension that allows the syncing of bookmarks from a JSON file.",
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "icons": {
    "48": "icons/border-48.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "admin@rockprofile.com"
    }
  }
}

Best Bookmark Sync Alternatives

Here are some Firefox add-ons that are similar to Bookmark Sync: