w3c / miniapp-manifest

MiniApp Manifest
https://w3c.github.io/miniapp-manifest/
Other
7 stars 8 forks source link

Use the taxonomy of permissions registry in `req_permissions` #69

Open espinr opened 1 year ago

espinr commented 1 year ago

As recommended in #57 , the manifest should align with other proposals under incubation. I propose using common values to identify the req_permissions, recommending the identifiers of the Permissions Registry.

For instance:

   {
      "name": "geolocation",
      "reason": "To show user's position on the map"
    },

Comments?