Skip to content

Commit fdd7534

Browse files
Release 0.2.0
1 parent 397927b commit fdd7534

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "replay-chrome-extension",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"dependencies": {
66
"react": "18.2.0",

public/manifest.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
2-
"name": "Sauce Labs Replay",
3-
"description": "Sauce Labs extension for DevTools that allows you to replay your recordings directly from the Recorder panel.",
4-
"version": "0.1.0",
5-
"manifest_version": 3,
6-
"permissions": [ "storage" ],
7-
"host_permissions": ["https://*.saucelabs.com/"],
8-
"devtools_page": "DevToolsPlugin.html",
9-
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtP7EdrT9bfiA8gYvZh8qWDwj2F7D+XB7JvmjGop3K7V05OPEtZsJDDPgGFxgTFuYs0i+Ze+190Z8FFjGnv/GP/QzTtlmvlM1Sc6qWLPfavzZbTPOyhk8//EFT/6dR6Wfqf6v391zJ0C+3kb8uRHe7N7MNvLnvR5Sa+R3rESkiPCy0azT9ZTmZM7bwi+SR25tl65dKVdmlqVQTYqVIWEWbhiiinjLaxrQVen+inF1/Nhjge+3CY3Gi+THSAMb53kUvouZfMGool4jMERA+3eidvC3fQ0kZKqGB3aqpOgZqVw/M+ARTw56UveTVTY0m63eaFDLbkOMrGNImf1jJZLTjwIDAQAB",
10-
"icons": {
11-
"48": "icon48.png",
12-
"128": "icon128.png"
13-
}
2+
"name": "Sauce Labs Replay",
3+
"description": "Sauce Labs extension for DevTools that allows you to replay your recordings directly from the Recorder panel.",
4+
"version": "0.2.0",
5+
"manifest_version": 3,
6+
"permissions": [
7+
"storage"
8+
],
9+
"host_permissions": [
10+
"https://*.saucelabs.com/"
11+
],
12+
"devtools_page": "DevToolsPlugin.html",
13+
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtP7EdrT9bfiA8gYvZh8qWDwj2F7D+XB7JvmjGop3K7V05OPEtZsJDDPgGFxgTFuYs0i+Ze+190Z8FFjGnv/GP/QzTtlmvlM1Sc6qWLPfavzZbTPOyhk8//EFT/6dR6Wfqf6v391zJ0C+3kb8uRHe7N7MNvLnvR5Sa+R3rESkiPCy0azT9ZTmZM7bwi+SR25tl65dKVdmlqVQTYqVIWEWbhiiinjLaxrQVen+inF1/Nhjge+3CY3Gi+THSAMb53kUvouZfMGool4jMERA+3eidvC3fQ0kZKqGB3aqpOgZqVw/M+ARTw56UveTVTY0m63eaFDLbkOMrGNImf1jJZLTjwIDAQAB",
14+
"icons": {
15+
"48": "icon48.png",
16+
"128": "icon128.png"
17+
}
1418
}

0 commit comments

Comments
 (0)