Skip to content

Commit 695dca8

Browse files
committed
Chore: Add categories to PWA manifest
1 parent ecf3821 commit 695dca8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/src/app/manifest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default function manifest(): MetadataRoute.Manifest {
1111
orientation: 'portrait',
1212
background_color: '#4a2511',
1313
theme_color: '#cc7722',
14+
categories: ['education', 'lifestyle', 'books', 'music', 'reference'],
1415
icons: [
1516
{
1617
src: '/icon-192.png',

0 commit comments

Comments
 (0)