We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ee5ced + c3d9b83 commit 8721e05Copy full SHA for 8721e05
public/manifest.json
@@ -2,6 +2,11 @@
2
"manifest_version": 3,
3
"name": "Chrome Extension Starter",
4
"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
+ },
10
"version": "1.0",
11
"options_ui": {
12
"page": "options.html",
0 commit comments