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

Sub-domain support? #27

Closed RajeshBatth closed 4 years ago

RajeshBatth commented 4 years ago

Is it possible for having sub-domain support?

if my company has multiple domains for multiple products, can we match them all by some pattern like https://*.company.com ?

{ \"relation\": [\"delegate_permission/common.handle_all_urls\"], \"target\": { \"namespace\": \"web\", \"site\": \"https://*.company.com\" } }

rayankans commented 4 years ago

Hi Rajesh,

This is an implementation detail, and out-of-scope for this repo which is about spec issues. I'd file a bug against crbug.com with this question. Closing the issue.