Skip to content

Commit b19afb9

Browse files
authored
chore(icon): update icon image and add entry point instructions (#157)
* chore(icon): update icon image and add entry point instructions - Replace the existing icon.png with a new version - Add comments in index_old.tsx to guide renaming for extension development * chore(icon): replace icon image with updated version * chore(icon): replace icon.png with icon.jpg - Remove old icon.png and add new icon.jpg for better quality
1 parent 4a657cb commit b19afb9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

assets/icon.jpg

53.8 KB
Loading

assets/icon.png

-11 KB
Binary file not shown.

src/options/index_old.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// You can rename this file to index.tsx to use this file as the entry point
2+
// Then you can develop the extension option page as UI
3+
14
import '~style.css';
25
import React, { useState } from 'react';
36
import { HeroUIProvider } from '@heroui/react';

0 commit comments

Comments
 (0)