Open
Description
The W3C MiniApp Manifest spec is a registry of supplementary members for the Web Application Manifest and the Web App Manifest - Application Information specs.
W3C MiniApp Manifest defines a "req_permissions"
member that has an optional "reason"
property. It might make sense to align here.
{
"req_permissions": [
{
"name": "geolocation",
"reason": "Find stores near you."
}
]
}
(Note that this comes with a translation challenge, which is an unresolved Web App Manifest challenge, tracked in w3c/manifest#676.)
Metadata
Metadata
Assignees
Labels
No labels