This page is part of the documentation for the Chrome Apps platform, which was deprecated in 2020. Chrome Apps in Kiosk Mode used by Enterprise and Education customers will no longer be supported after April 2027, marking their end of life. Additionally, all remaining Chrome Apps used in managed environments by Enterprise and Education organizations will reach their end of life in October 2028. Learn more about migrating your app.
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Technologies required by the app or extension. Hosting sites such as the Chrome Web Store may use
this list to dissuade users from installing apps or extensions that will not work on their computer.
Supported requirements currently include "3D" and "plugins"; additional requirements checks may be
added in the future.
The "3D" requirement denotes GPU hardware acceleration. The "webgl" requirement refers to the WebGL
API. For more information on Chrome 3D graphics support, see the help article on WebGL and 3D
graphics. You can list the 3D-related features your app requires, as demonstrated in the
following example:
"requirements":{"3D":{"features":["webgl"]}}
The "plugins" requirement indicates if an app or extension requires NPAPI to run. This requirement
is enabled by default when the manifest includes the "plugins" field. For apps and extensions
that still work when plugins aren't available, you can disable this requirement by setting NPAPI to
false. You can also enable this requirement manually, by setting NPAPI to true, as shown in this
example:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-12 UTC."],[],[]]