Skip to content

Commit 021d5ab

Browse files
committed
added logo
1 parent 7291126 commit 021d5ab

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

src/browser/chrome/manifest.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
"description": "Time travel",
55
"manifest_version": 2,
66
"page_action": {
7-
// "default_icon": {
8-
// "16": "images/icon16.png",
9-
// "24": "images/icon24.png",
10-
// "32": "images/icon32.png"
11-
// },
7+
"default_icon": {
8+
"32": "images/greygreen_logo_150w.png"
9+
},
1210
"default_popup": "page_action.html"
1311
},
1412
"background": {

src/browser/chrome/page_action.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,10 @@
3030
</style>
3131
</head>
3232
<body>
33-
<<<<<<< HEAD
3433
<p><strong>React Rewind</strong></p>
3534
<p>Open Chrome developer tools, React Rewind tab is on the right.</p>
3635
<a href="https://rewindjs.io">rewindjs.io</a>
3736
<a href="https://github.com/reactrewind/react-rewind">Github</a>
38-
=======
39-
Page Action
40-
<a href="http://www.google.com">Test - goto google</a>
41-
<button id="color_btn">CHANGE COLOR!</button>
42-
>>>>>>> 8fabb46fbb01219265af96cfaf4cdb9fd47d514e
4337
<script src="page_action.js"></script>
4438
<script type="text/javascript" src="devtools.js"></script>
4539
</body>

0 commit comments

Comments
 (0)