Skip to content

Commit 75317ac

Browse files
authored
Merge pull request #25 from oslabs-beta/d3-implementation
D3 implementation
2 parents 0872174 + 1fea096 commit 75317ac

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-19.6 KB
Loading

src/extension/build/assets/icon48.png

-1.25 KB
Loading

src/extension/build/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "Reactime",
3-
"version": "2.2",
3+
"version": "3.0",
44
"devtools_page": "devtools.html",
5-
"description": "A Chrome extension that helps debug React 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)