Skip to content

Commit

Permalink
Merge pull request #25 from oslabs-beta/d3-implementation
Browse files Browse the repository at this point in the history
D3 implementation
  • Loading branch information
yujinkay authored Sep 30, 2019
2 parents 0872174 + 1fea096 commit 75317ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified src/extension/build/assets/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/extension/build/assets/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/extension/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Reactime",
"version": "2.2",
"version": "3.0",
"devtools_page": "devtools.html",
"description": "A Chrome extension that helps debug React 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.",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
"background": {
Expand Down

0 comments on commit 75317ac

Please sign in to comment.