Skip to content

Commit

Permalink
Update build-extension script and manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishpatel committed Dec 24, 2023
1 parent db16b51 commit a8f86a2
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 343 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.10.0
9 changes: 3 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@
"name": "TabTrail",
"version": "1.0",
"action": {
"default_popup": "popup.html",
"default_popup": "index.html",
"default_icon": {
"128": "images/icon.png"
"128": "icon.png"
}
},
"host_permissions": ["http://*/*", "https://*/*"],
"permissions": [
"tabGroups",
"tabs",
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
]
}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build-extension": "yarn build && cp src/manifest.json dist/",
"build-extension": "yarn build && cp manifest.json dist/ && cp images/icon.png dist/",
"build": "vite build",
"preview": "vite preview"
},
Expand Down
63 changes: 0 additions & 63 deletions popup.css

This file was deleted.

26 changes: 0 additions & 26 deletions popup.html

This file was deleted.

222 changes: 0 additions & 222 deletions popup.js

This file was deleted.

Loading

0 comments on commit a8f86a2

Please sign in to comment.