Skip to content

Commit 8721e05

Browse files
authored
Merge pull request #1 from ridemountainpig/migrate-tailwind
Migrate Tailwind CSS to version 4 and fix the missing icons
2 parents 4ee5ced + c3d9b83 commit 8721e05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/manifest.json

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"manifest_version": 3,
33
"name": "Chrome Extension Starter",
44
"description": "Chrome extension starter template with React, TypeScript, Vite and Tailwind",
5+
"icons": {
6+
"16": "icon.png",
7+
"48": "icon.png",
8+
"128": "icon.png"
9+
},
510
"version": "1.0",
611
"options_ui": {
712
"page": "options.html",

0 commit comments

Comments
 (0)