File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,4 +5,3 @@ PLASMO_PUBLIC_FEEDBACK_URL="https://vividtab.jrtilak.dev/feedback"
55PLASMO_PUBLIC_CHROME_WEBSTORE_URL = " https://chromewebstore.google.com/detail/vivid-tab/hchlkclbagoklpnijoadpghhcjpeoeim"
66PLASMO_PUBLIC_FIREFOX_ADDON_URL = " "
77
8- PLASMO_PUBLIC_BROWSER_NAME = " chrome" # or firefox
Original file line number Diff line number Diff line change 55 "description" : " \" VividTab: Your dynamic new tab for a brighter, more productive browsing experience.\" " ,
66 "author" : " jrTilak <contact@jrtilak.dev>" ,
77 "scripts" : {
8- "dev" : " plasmo dev" ,
9- "dev:f" : " plasmo dev --target=firefox-mv3" ,
10- "build" : " plasmo build" ,
11- "build:f" : " plasmo build --target=firefox-mv3" ,
8+ "dev" : " cross-env PLASMO_PUBLIC_FIREFOX_ADDON_URL='chrome' plasmo dev" ,
9+ "dev:f" : " cross-env PLASMO_PUBLIC_FIREFOX_ADDON_URL='chrome' plasmo dev --target=firefox-mv3" ,
10+ "build" : " cross-env PLASMO_PUBLIC_FIREFOX_ADDON_URL='chrome' plasmo build" ,
11+ "build:f" : " cross-env PLASMO_PUBLIC_FIREFOX_ADDON_URL='chrome' plasmo build --target=firefox-mv3" ,
1212 "package" : " plasmo package" ,
1313 "format" : " prettier --write ." ,
1414 "lint" : " eslint ." ,
You can’t perform that action at this time.
0 commit comments