Skip to content

Proposal for "Hybrid Permissions" #788

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

Conversation

oleksiilevzhynskyi
Copy link

Hey. This proposal introduces a new concept of “hybrid_permissions” which will offer existing extensions a simplified new-install experience by prompting users with both (1) install-time (required) and (2) optional permissions and maintain current behavior for “optional_permissions” for users who already have the extension installed.

Extension manifest file example:

{
  "name": "Permissions Extension",
  "hybrid_permissions": [
    "notifications"
  ]
}

@carlosjeurissen
Copy link
Contributor

Related issue: #711

@oleksiilevzhynskyi
Copy link
Author

Thank you, @carlosjeurissen, for pointing it out!

It sounds like "hybrid_permission" is similar to "permissions_on_install" mentioned in #711 (comment), so there is a community demand for such behaviour!

Removing the authuser from the URL

Co-authored-by: carlosjeurissen <[email protected]>
@oleksiilevzhynskyi
Copy link
Author

Suppressed by #798

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

Successfully merging this pull request may close these issues.

2 participants