Local Session Sync Firefox

Examine source code of Local Session Sync

Inspect and view changes in Local Session Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Local Session Sync",
  "version": "1.0.0",
  "description": "Recreate authenticated sessions on localhost from dev, stage, UAT, and production tabs.",
  "author": "artinski",
  "homepage_url": "https://local-session-sync.artinski.dev/",
  "permissions": [
    "cookies",
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "http://localhost/*",
    "https://localhost/*"
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Local Session Sync",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "local-session-sync@artinski.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Local Session Sync Alternatives

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