File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
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" : " settings.html" ,
7+ "options_page" : " src/ settings.html" ,
88 "icons" : {
99 "16" : " 16x16.png" ,
1010 "32" : " 32x32.png" ,
2222 ],
2323 "offline_enabled" : true ,
2424 "background" : {
25- "{{chrome}}.service_worker" : " background.ts"
25+ "{{chrome}}.service_worker" : " src/ background.ts"
2626 },
2727 "{{chrome}}.action" : {
28- "default_popup" : " popup.html" ,
28+ "default_popup" : " src/ popup.html" ,
2929 "default_title" : " Web Activity Time Tracker"
3030 }
3131}
Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ function generateManifest() {
1818
1919// https://vitejs.dev/config/
2020export default defineConfig ( ( { mode } ) => ( {
21- root : 'src' ,
2221 build : {
23- outDir : '../dist' ,
2422 emptyOutDir : true ,
2523 sourcemap : mode === 'development' ? 'inline' : false ,
2624 minify : true ,
You can’t perform that action at this time.
0 commit comments