File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 3 ,
33 "name" : " Pracc Optimizer" ,
4- "version" : " 0.0.9 " ,
4+ "version" : " 0.1.0 " ,
55 "author" : {
66 "name" : " Leon Anneken" ,
77 "email" : " lanneken09@gmail.com"
88 },
99 "action" : {
1010 "default_popup" : " popup.html"
1111 },
12+ "icons" : {
13+ "16" : " public/16.png" ,
14+ "32" : " public/32.png" ,
15+ "48" : " public/48.png" ,
16+ "128" : " public/128.png"
17+ },
1218 "content_scripts" : [
1319 {
1420 "js" : [" praccTeamContentScript.js" ],
2935 "background" : {
3036 "service_worker" : " background.js"
3137 },
38+ "homepage_url" : " https://github.com/leontm-dev/pracc-optimizer" ,
3239 "options_page" : " options.html" ,
3340 "description" : " Enhance your pracc scrim searching experience. This product is not affiliated with pracc.com"
3441}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default defineConfig({
1616 { src : "src/chrome-extension/public/16.png" , dest : "./public" } ,
1717 { src : "src/chrome-extension/public/32.png" , dest : "./public" } ,
1818 { src : "src/chrome-extension/public/48.png" , dest : "./public" } ,
19- { src : "src/chrome-extension/public/192 .png" , dest : "./public" } ,
19+ { src : "src/chrome-extension/public/128 .png" , dest : "./public" } ,
2020 { src : "src/chrome-extension/contentCSS/" , dest : "." } ,
2121 ] ,
2222 } ) ,
You can’t perform that action at this time.
0 commit comments