Skip to content

Consider aligning with W3C MiniApp Manifest #1

Open
@tomayac

Description

@tomayac

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions