WICG / get-installed-related-apps

proposal to add an API to the web for determining if related apps are installed
http://wicg.github.io/get-installed-related-apps/spec/
Other
42 stars 14 forks source link

Should this be integrated with the permissions API? #17

Open rayankans opened 4 years ago

rayankans commented 4 years ago

This will give UAs more flexibility on how they want to enable the API.

This might also enable some interesting cases like #11, where iframes can use the API, after users give their permission.

slightlyoff commented 4 years ago

Would perhaps be worth thinking through Feature Policy and permission delegation integration at the same time. I expect we can re-use existing patterns for all of this.