-
Notifications
You must be signed in to change notification settings - Fork 49
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
Switch Smart Card Connector to Extensions Manifest V3 #1129
Comments
When built in the (currently experimental) PACKAGING=extension mode, Smart Card Connector's manifest.json will now use manifest_version=3. The other parts of the file were edited in accordance to backwards-incompatible manifest format changes. This patch contributes to the effort tracked by #1129.
When built in the (currently experimental) PACKAGING=extension mode, Smart Card Connector's manifest.json will now use manifest_version=3. The other parts of the file were edited in accordance to backwards-incompatible manifest format changes. This patch contributes to the effort tracked by #1129.
Is it possible that this could this be an issue for us, considering the fact that we use a chrome kiosk app with manifest version 2 and also using smart card connector reader chrome app, or does this only apply for extension of smart card connector? |
The latter is correct, so the timelines aren't pressuring as long as one stays on ChromeOS Apps. |
Okay, thank you, that is good news. |
Capturing one thought: probably #1152 should be enhanced in a way similar to the code touched in #1155. In other words, when we
So the fix would be to move the message handling to happen at a later step ("8") instead of step 6. |
Our current Chrome App (deployed via Chrome Enterprise in Kiosk mode) heavily relies on this connector. As Google is pushing forward with Chrome App deprecation, is there a migration path or advice for us to consider, specifically for integration with this connector? |
The MV3 version of Smart Card Connector is still not production-ready - we're working on that. The migration path will be fully transparent though: once we're done the MV3 version will be published on WebStore under the same ID, and users will receive it automatically. |
Currently, Smart Card Connector is a Chrome App. A couple of years ago we started the work on migrating it an Extension (https://github.com/GoogleChromeLabs/chromeos_smart_card_connector/projects/3), however originally this was targeting Manifest V2 Extensions.
With the new deprecation timelines (https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline), we should switch to Extensions Manifest V3 instead.
The text was updated successfully, but these errors were encountered: