Skip to content

Commit

Permalink
feat: add chrome manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tooniez committed Nov 3, 2024
1 parent 36886e5 commit dddde3c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"manifest_version": 3,
"name": "Chrome Extension Vite Shadcn UI Starter",
"version": "0.0.0",
"description": "A modern, TypeScript-powered Chrome extension starter with React and Shadcn/UI",
"action": {
"default_popup": "index.html"
},
"permissions": []
}

0 comments on commit dddde3c

Please sign in to comment.