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 0b6a30b commit 1fea096Copy full SHA for 1fea096
src/extension/build/manifest.json
@@ -2,7 +2,7 @@
2
"name": "Reactime",
3
"version": "3.0",
4
"devtools_page": "devtools.html",
5
- "description": "A Chrome extension that helps debug React applications by memorizing the state of components with every render.",
+ "description": "A Chrome extension that helps debug state in React applications by memorizing the state of components with every render.",
6
"manifest_version": 2,
7
"content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
8
"background": {
0 commit comments