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

Better JSON schema #3

Open
2 tasks
parthpower opened this issue May 17, 2023 · 0 comments
Open
2 tasks

Better JSON schema #3

parthpower opened this issue May 17, 2023 · 0 comments
Assignees

Comments

@parthpower
Copy link
Owner

exported tabs json is very basic i.e.

{
  "groupname": [
    "tab_url_1",
    "tab_url_2"
    ]
}

making it hard to add more features i.e. #2 should make it something more extensible, take inspirations from tabs and tabGroup json objects :)

  • take care of backwards compatibility i.e. add some sort of schema versioning so that older json files still works
  • some sort of automated migration to latest schema. i.e. when one loads json with an older schema, the extension may automagically upgrade the json to latest schema.
@parthpower parthpower self-assigned this May 19, 2023
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

1 participant