Skip to content

Commit

Permalink
fix: sw scope and webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Hodossy, Szabolcs committed Oct 13, 2020
1 parent 88fdf53 commit fb379f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { environment } from '../environments/environment';
MatFormFieldModule,
MatIconModule,
MatInputModule,
ServiceWorkerModule.register('ngsw-worker.js', { enabled: environment.production, scope: '/whostarts' }),
ServiceWorkerModule.register('ngsw-worker.js', { enabled: environment.production, scope: '/whostarts/' }),
],
entryComponents: [
SettingsComponent,
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Who Starts?",
"short_name": "Whostarts",
"description": "A small app to help start games."
"description": "A small app to help start games.",
"theme_color": "#e91e63",
"background_color": "#2c3e50",
"display": "fullscreen",
Expand Down

0 comments on commit fb379f6

Please sign in to comment.