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 e168b61 commit 2340dc7Copy full SHA for 2340dc7
src/extension/build/manifest.json
@@ -1,8 +1,8 @@
1
{
2
"name": "Reactime",
3
- "version": "3.1",
+ "version": "3.2",
4
"devtools_page": "devtools.html",
5
- "description": "A Chrome extension that helps debug state in React applications by memorizing the state of components with every render.",
+ "description": "A Chrome extension that helps debug 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