Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devx-sauce-bot committed Jun 29, 2023
1 parent 397927b commit fdd7534
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replay-chrome-extension",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"dependencies": {
"react": "18.2.0",
Expand Down
28 changes: 16 additions & 12 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "Sauce Labs Replay",
"description": "Sauce Labs extension for DevTools that allows you to replay your recordings directly from the Recorder panel.",
"version": "0.1.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"
}
"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"
}
}

0 comments on commit fdd7534

Please sign in to comment.