Skip to content

Commit 7281ec1

Browse files
committed
updated manifest and icons
1 parent df0cb4e commit 7281ec1

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed

src/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import ReactDOM from "react-dom";
33
import App from "./components/App.jsx";
44

55
ReactDOM.render(
6-
<App />, document.getElementById('root')
6+
<App />, document.getElementById('root'),
77
);
2.64 KB
Loading
2.69 KB
Loading
2.13 KB
Loading
1.46 KB
Loading

src/browser/chrome/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "React Rewind",
3-
"version": "1.0",
4-
"description": "Time travel",
3+
"short_name": "React Rewind",
4+
"version": "0.0.0.1",
5+
"description": "Time travel debugger for useReducer hook",
56
"manifest_version": 2,
67
"page_action": {
78
"default_icon": {

0 commit comments

Comments
 (0)