Sauce Labs Replay

Sauce Labs Replay

Sauce Labs extension for DevTools that allows you to replay your recordings directly from the Recorder panel.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sauce Labs Replay",
  "description": "Sauce Labs extension for DevTools that allows you to replay your recordings directly from the Recorder panel.",
  "version": "0.2.0",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.saucelabs.com/"
  ],
  "devtools_page": "DevToolsPlugin.html",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtP7EdrT9bfiA8gYvZh8qWDwj2F7D+XB7JvmjGop3K7V05OPEtZsJDDPgGFxgTFuYs0i+Ze+190Z8FFjGnv/GP/QzTtlmvlM1Sc6qWLPfavzZbTPOyhk8//EFT/6dR6Wfqf6v391zJ0C+3kb8uRHe7N7MNvLnvR5Sa+R3rESkiPCy0azT9ZTmZM7bwi+SR25tl65dKVdmlqVQTYqVIWEWbhiiinjLaxrQVen+inF1/Nhjge+3CY3Gi+THSAMb53kUvouZfMGool4jMERA+3eidvC3fQ0kZKqGB3aqpOgZqVw/M+ARTw56UveTVTY0m63eaFDLbkOMrGNImf1jJZLTjwIDAQAB",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  }
}