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: hide or control installed app URLs in browser history #27

Closed hanguokai closed 3 years ago

hanguokai commented 3 years ago

In my test on the latest Chrome stable, when users use an installed app, app's URLs with titles(or same url but different title) are saved in browser history. This causes these urls with titles to be displayed in

Why this is a problem?

Suggested solution In manifest file, add a "save_history_to_browser" item(or other name you like), which value is true|false. This item controls whether app's url will be saved in browser.

dmurph commented 3 years ago

Can you actually file this on the manifest spec repo? This repository isn't for general manifest feature requests. These issues should only pertain to features that are in the incubations spec or in hosted explainers.