WICG / manifest-incubations

Before install prompt API for installing web applications
https://wicg.github.io/manifest-incubations/
Other
99 stars 29 forks source link

Suggestion: Add `window` member #56

Closed mantou132 closed 2 years ago

mantou132 commented 2 years ago

Allow the position and size of the specified window to allow users to open the installed PWA in the most suitable position and size.

Such as game:

"window": {
  "width": 1024,
  "height": 960
}
tomayac commented 2 years ago

See https://github.com/w3c/manifest/issues/436 and https://github.com/w3c/manifest/issues/842 for prior discussion.