File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ export class RecorderPlugin {
9
9
10
10
chrome . devtools . recorder . registerRecorderExtensionPlugin (
11
11
new RecorderPlugin ( ) ,
12
- /* name=*/ "Custom JSON " ,
12
+ /* name=*/ "Testing Library " ,
13
13
/* mediaType=*/ "application/json" ,
14
14
)
Original file line number Diff line number Diff line change 1
- # testing-library-recorder-extension
1
+ # Testing Library Recorder Extension
2
2
3
3
Testing Library Extension for Chrome DevTools Recorder
4
4
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 3 ,
3
3
"version" : " 0.1.0" ,
4
- "name" : " CustomJSONExtension " ,
5
- "description" : " DevTools extensions showing how to extend the Recorder panel. " ,
4
+ "name" : " Testing Library Recorder " ,
5
+ "description" : " Testing Library Extension for Chrome DevTools Recorder" ,
6
6
"permissions" : [],
7
7
"devtools_page" : " DevToolsPlugin.html" ,
8
8
"content_security_policy" : {
You can’t perform that action at this time.
0 commit comments