Manifest - Action Handlers

Published on

Caution

Important: Chrome will be removing support for Chrome Apps on all platforms. Chrome browser and the Chrome Web Store will continue to support extensions. Read the announcement and learn more about migrating your app.

The action_handlers manifest property declares which user actions or intents the application supports; these can serve as alternate launch points for your application. This API is only available on ChromeOS.

This list contains one or more of the ActionType values specified in the ActionType entry of app.runtime.onLaunched.

Sample manifest.json

{
"name": "My note app",
"action_handlers": ["new_note"],
...
}

Published on Improve article

This site uses cookies to deliver and enhance the quality of its services and to analyze traffic. If you agree, cookies are also used to serve advertising and to personalize the content and advertisements that you see. Learn more about our use of cookies.