Skip to content

Commit

Permalink
Bind Anori as home page in Firefox #145
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegWock committed Nov 25, 2023
1 parent f08376f commit 0c8e0c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ const generateManifest = (
chrome_url_overrides: {
newtab: "pages/newtab/start.html"
},
chrome_settings_overrides: {
homepage: "pages/newtab/start.html"
},
web_accessible_resources: [
{
resources: [`/${paths.dist.assets}/*`],
Expand Down

0 comments on commit 0c8e0c6

Please sign in to comment.