完成扩展
18
extension/assets/icons/README.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
Icon Placeholder Files
|
||||
|
||||
These are simple placeholder SVG icons. Replace them with proper PNG icons:
|
||||
|
||||
icon16.png - 16x16 pixels
|
||||
icon32.png - 32x32 pixels
|
||||
icon48.png - 48x48 pixels
|
||||
icon128.png - 128x128 pixels
|
||||
|
||||
You can create these icons using:
|
||||
1. Online tools like https://www.canva.com or https://www.figma.com
|
||||
2. Convert an emoji to PNG at https://emoji.to.png or similar
|
||||
3. Use a simple design with a wrench/gear icon
|
||||
|
||||
Recommended design:
|
||||
- Dark background (#1a1a1a)
|
||||
- Green accent color (#4CAF50)
|
||||
- Wrench or gear symbol
|
||||
BIN
extension/assets/icons/icon128.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
4
extension/assets/icons/icon128.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="128" height="128" fill="#1a1a1a" rx="16"/>
|
||||
<text x="50%" y="55%" text-anchor="middle" font-size="76" fill="#4CAF50" dy=".1em">🔧</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 228 B |
BIN
extension/assets/icons/icon16.png
Normal file
|
After Width: | Height: | Size: 291 B |
4
extension/assets/icons/icon16.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="16" height="16" fill="#1a1a1a" rx="2"/>
|
||||
<text x="50%" y="55%" text-anchor="middle" font-size="9" fill="#4CAF50" dy=".1em">🔧</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 222 B |
BIN
extension/assets/icons/icon32.png
Normal file
|
After Width: | Height: | Size: 562 B |
4
extension/assets/icons/icon32.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="32" height="32" fill="#1a1a1a" rx="4"/>
|
||||
<text x="50%" y="55%" text-anchor="middle" font-size="19" fill="#4CAF50" dy=".1em">🔧</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 223 B |
BIN
extension/assets/icons/icon48.png
Normal file
|
After Width: | Height: | Size: 919 B |
4
extension/assets/icons/icon48.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="48" height="48" fill="#1a1a1a" rx="6"/>
|
||||
<text x="50%" y="55%" text-anchor="middle" font-size="28" fill="#4CAF50" dy=".1em">🔧</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 223 B |