📜  清单显示独立 - Html 代码示例

📅  最后修改于: 2022-03-11 14:52:54.246000             🧑  作者: Mango

代码示例1
-----Web App Manifest ----------------------------------------------
{
  "display" : "standalone"
}
--------------------------------------------------------------------
The application will look and feel like a standalone application. 
This can include the application having a different window, its own
icon in the application launcher, etc. In this mode, the user agent
will exclude UI elements for controlling navigation, but can include
other UI elements such as a status bar.
--------------------------------------------------------------------