Results 1 - 5 of 5

DOMApplication

In the Open Web apps JavaScript API, an App object is a JavaScript object that represents an app that is or could be installed in the user's app repository.
API Apps Apps API JavaScript manifest Manifest Methods Non-standard

DOMApplication

In the Open Web apps JavaScript API, an App object is a JavaScript object that represents an app that is or could be installed in the user's app repository.
API Apps Apps API JavaScript manifest Manifest Methods Non-standard

display-mode

display-mode is a CSS media feature that selectively applies CSS based on the display mode of the application. This feature corresponds the Web app manifest's display member. Both apply to the top-level browsing context and any child browsing contexts. This query applies regardless of whether a web app manifest is present. Use this query to provide a consistant user experience between launching a site from an URL and lunching it from a desktop icon.
@media CSS display display-mode media feature web app manifest

Window.oninstall

The oninstall property of the Window interface represent the event handler for the install event, which is thrown each time the page is successfully installed as a web app.
API Event Handler Property Reference web manifest Window