AppType
Stay organized with collections
Save and categorize content based on your preferences.
Enums |
APP_TYPE_UNSPECIFIED |
App type not specified. |
EXTENSION |
Chrome extension. |
APP |
Chrome app. |
THEME |
Chrome theme. |
HOSTED_APP |
Chrome hosted app. |
ANDROID_APP |
ARC++ app. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThis documentation outlines the different app types available within the Chrome ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eApp types include extensions, themes, hosted and packaged apps, and even Android apps (ARC++).\u003c/p\u003e\n"],["\u003cp\u003eEach app type is identified by a specific enum value for programmatic use.\u003c/p\u003e\n"]]],[],null,["# AppType\n\nType of the app.\n\n| Enums ||\n|------------------------|-------------------------|\n| `APP_TYPE_UNSPECIFIED` | App type not specified. |\n| `EXTENSION` | Chrome extension. |\n| `APP` | Chrome app. |\n| `THEME` | Chrome theme. |\n| `HOSTED_APP` | Chrome hosted app. |\n| `ANDROID_APP` | ARC++ app. |"]]