File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 44 "short_name" : " Web Tracker" ,
55 "version" : " 2.0.0" ,
66 "description" : " Track and limit time your activity in the browser every day. Control how much time you spend on websites." ,
7- "options_page" : " src/ settings.html" ,
7+ "options_page" : " settings.html" ,
88 "icons" : {
99 "16" : " 16x16.png" ,
1010 "32" : " 32x32.png" ,
2626 ],
2727 "offline_enabled" : true ,
2828 "background" : {
29- "{{chrome}}.service_worker" : " src/ background.ts"
29+ "{{chrome}}.service_worker" : " background.ts"
3030 },
3131 "{{chrome}}.action" : {
32- "default_popup" : " src/ popup.html" ,
32+ "default_popup" : " popup.html" ,
3333 "default_title" : " Web Activity Time Tracker"
3434 }
3535}
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ function generateManifest() {
1818
1919// https://vitejs.dev/config/
2020export default defineConfig ( ( { mode } ) => ( {
21+ root : 'src' ,
2122 build : {
23+ outDir : '../dist' ,
2224 emptyOutDir : true ,
2325 sourcemap : mode === 'development' ? 'inline' : false ,
2426 minify : true ,
You can’t perform that action at this time.
0 commit comments