Use the chrome.app.runtime API to manage the app lifecycle. The app runtime manages app installation, controls the event page, and can shut down the app at anytime.
Use the chrome.app.runtime API to manage the app lifecycle. The app runtime manages app installation, controls the event page, and can shut down the app at anytime. * available since Chrome 36 * https://developer.chrome.com/apps/app.runtime
Use the chrome.app.window API to create windows. Windows have an optional frame with title bar and size controls. They are not associated with any Chrome browser windows. See the Window State Sample for a demonstration of these options.
Use the chrome.app.window API to create windows. Windows have an optional frame with title bar and size controls. They are not associated with any Chrome browser windows. See the Window State Sample for a demonstration of these options. * available since Chrome 36 * https://developer.chrome.com/apps/app.window
Use the appview tag to embed other Chrome Apps within your Chrome App. (see Usage).
Use the appview tag to embed other Chrome Apps within your Chrome App. (see Usage). * available since Chrome 43 * https://developer.chrome.com/apps/tags/appview
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close