Skip to content

Commit 0b6a30b

Browse files
committed
added new icons for extension
1 parent 5cfe1b1 commit 0b6a30b

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 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)