Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proprietary extensions of the manifest #9

Closed
xfq opened this issue May 21, 2020 · 5 comments
Closed

Proprietary extensions of the manifest #9

xfq opened this issue May 21, 2020 · 5 comments

Comments

@xfq
Copy link
Member

xfq commented May 21, 2020

The Web App Manifest allows adding new proprietary manifest members using vendor prefixes: https://www.w3.org/TR/appmanifest/#proprietary-extensions

We probably need something similar.

@zhangyongjing
Copy link
Contributor

zhangyongjing commented May 22, 2020

Good point.
According to the current way that the JSON Schema is defined, MiniApp manifest is by default is non-exclusive. That means implementors can add their proprietary extensions as they want. (unless a particular implementation intends to put constraints on the manifest by defining a more strict schema, e.g. 'additionalProperties'=false.)

The question is more about whether we would like to maintain a vendor extension list. If so, some guildlines (like the naming convension) could be defined in the spec.

I'd like to hear more comments on that.

@zhangyongjing
Copy link
Contributor

As now MiniApp manifest itself is an extension to WebApp Manifest, allowing for vendor extension is a logical deduction. We could add a few more sentences in the spec to address it.

@espinr
Copy link
Collaborator

espinr commented Nov 11, 2020

Should we create a registry for the extensions? There is one at the WebApp Manifest level, but we can maintain the specific list of the MiniApp extensions to centralize the information in the group's repository. Of course we would sync to the WebApp Manifest Extensions Registry and include some pointers there.

@xfq xfq transferred this issue from w3c/miniapp Mar 5, 2021
@espinr
Copy link
Collaborator

espinr commented Sep 8, 2022

Based on my proposal, I've created a new wiki page to host these extensions: https://github.com/w3c/miniapp-manifest/wiki/MiniApp-Manifest-Extensions-Registry

@espinr
Copy link
Collaborator

espinr commented Oct 27, 2022

Closing after meeting discussion.

@espinr espinr closed this as completed Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants