Skip to content

Commit 1fea096

Browse files
committed
updated manifest.json file
1 parent 0b6a30b commit 1fea096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Reactime",
33
"version": "3.0",
44
"devtools_page": "devtools.html",
5-
"description": "A Chrome extension that helps debug React applications by memorizing the state of components with every render.",
5+
"description": "A Chrome extension that helps debug state in React applications by memorizing the state of components with every render.",
66
"manifest_version": 2,
77
"content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
88
"background": {

0 commit comments

Comments
 (0)