Bookmark WebDAV Sync Firefox

Examine source code of Bookmark WebDAV Sync

Inspect and view changes in Bookmark WebDAV Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bookmark WebDAV Sync",
  "version": "1.0.0",
  "description": "Synchronize Firefox bookmarks with WebDAV server",
  "author": "Your Name",
  "homepage_url": "https://github.com/yourusername/bookmark-webdav-sync",
  "permissions": [
    "bookmarks",
    "storage",
    "alarms",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Bookmark WebDAV Sync"
  },
  "background": {
    "scripts": [
      "background/webdav.js",
      "background/background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "applications": {
    "gecko": {
      "id": "bookmark-webdav-sync@yourdomain.com",
      "strict_min_version": "58.0"
    }
  }
}

Best Bookmark WebDAV Sync Alternatives

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