We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db14f1f commit 9a09202Copy full SHA for 9a09202
src/extension/build/manifest.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "Reactime with Minzo's comments and logs",
3
- "version": "18.0.0",
+ "name": "Reactime",
+ "version": "19.0.0",
4
"devtools_page": "devtools.html",
5
- "description": "Testing for minzo",
+ "description": "A Chrome extension that helps debug React applications by memorizing the state of components with every render.",
6
"manifest_version": 3,
7
"background": {
8
"service_worker": "bundles/background.bundle.js"
0 commit comments