kevinmarrec / nuxt-pwa-module

⚠️ DEPRECATED ⚠️ Zero config PWA solution for Nuxt 3
MIT License
338 stars 32 forks source link

Missing properties in manifest interface #54

Closed toniengelhardt closed 1 year ago

toniengelhardt commented 1 year ago

The following keys (and maybe others) are missing from the manifest interface: orientation, id, scope, crossorigin, screenshots, shortcuts, categories, related_applications.

kevinmarrec commented 1 year ago

@toniengelhardt Do you have any source for these properties ?

We would need to know what are the accepted values for each, to determine the type & possible default value.

toniengelhardt commented 1 year ago

I'll create a PR for this one.

toniengelhardt commented 1 year ago

Here it is: https://github.com/kevinmarrec/nuxt-pwa-module/pull/55

kevinmarrec commented 1 year ago

Closed by #55