About Sync

About Sync

Show information about Firefox Sync. This addon shows information about your Sync account, including showing all server data for your account. It is designed primarily for Sync developers or advanced users.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Show information about Firefox Sync.",
  "manifest_version": 2,
  "name": "About Sync",
  "version": "0.24.0buildid20240117.092658",
  "homepage_url": "https://github.com/mozilla-extensions/aboutsync",
  "permissions": [
    "mozillaAddons"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "114.0"
    }
  },
  "background": {
    "scripts": [
      "webext/background.js"
    ]
  },
  "experiment_apis": {
    "aboutsync": {
      "schema": "webext/schema.json",
      "parent": {
        "scopes": [
          "addon_parent"
        ],
        "paths": [
          [
            "aboutsync"
          ]
        ],
        "script": "webext/implementation.js"
      }
    }
  }
}