Skip to content

Commit 9a09202

Browse files
committed
correct manifest in extension
1 parent db14f1f commit 9a09202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/extension/build/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "Reactime with Minzo's comments and logs",
3-
"version": "18.0.0",
2+
"name": "Reactime",
3+
"version": "19.0.0",
44
"devtools_page": "devtools.html",
5-
"description": "Testing for minzo",
5+
"description": "A Chrome extension that helps debug React applications by memorizing the state of components with every render.",
66
"manifest_version": 3,
77
"background": {
88
"service_worker": "bundles/background.bundle.js"

0 commit comments

Comments
 (0)