SyncMarks Firefox

Examine source code of SyncMarks

By: Offerel
Inspect and view changes in SyncMarks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://codeberg.org/Offerel/SyncMarks-Extension",
  "version": "2.1.20",
  "author": "Offerel",
  "manifest_version": 3,
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.min.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "davmarks@example.org",
      "strict_min_version": "128.0"
    },
    "gecko_android": {
      "strict_min_version": "128.0"
    }
  },
  "action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "scripts/popup.html"
  },
  "commands": {
    "bookmark-tab": {
      "description": "__MSG_bookmarkTab__",
      "suggested_key": {
        "default": "Ctrl+Q"
      }
    }
  },
  "icons": {
    "48": "icons/bookmark.png"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "scripts/options.html"
  },
  "permissions": [
    "bookmarks",
    "storage",
    "notifications",
    "contextMenus",
    "tabs"
  ],
  "optional_host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/bookmark.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}

Best SyncMarks Alternatives

Here are some Firefox add-ons that are similar to SyncMarks: