@pwabuilder/manifest-previewer
Advanced tools
Comparing version
@@ -20,3 +20,3 @@ { | ||
"name": "@pwabuilder/manifest-previewer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Web component that previews a PWA based on its manifest.json file", | ||
@@ -23,0 +23,0 @@ "author": "Maria Solano", |
@@ -8,11 +8,11 @@ # PWABuilder - Manifest previewer | ||
----------| ----------- |------- | ||
`display` | Determines the developers' preferred display mode for the website. The display mode changes how much of browser UI is shown to the user and can range from fullscreen to browser (the default mode). |  | ||
`screenshots` | Defines an array of screenshots that showcases the application, used by progressive web app stores. |  | ||
`background_color` | Placeholder background color for the application page to display before its stylesheet is loaded. Several platforms use this value to style the splash screen. |  | ||
`name` | String that represents the name of the PWA as it is usually displayed to the user (e.g., amongst a list of other applications in settings, or in menus). |  | ||
`short_name` | String that represents the name of the PWA displayed to the user if there is not enough space to display the `name` (e.g., as a label for the app's icon on the phone home screen).|  | ||
`theme_color` | Defines the default color theme for the application, and affects how the platform displays the site. |  | ||
`shortcuts` | Array of shortcuts or links to key tasks or pages within a web app, assembling a context menu to be displayed by the OS when a user engages with the app's icon. |  | ||
`categories` | Defines the names of categories that describe your application. Used by stores for listing web applications. |  | ||
`share_target` | Allows the PWA to receive media content from other apps. |  | ||
`display` | Determines the developers' preferred display mode for the website. The display mode changes how much of browser UI is shown to the user and can range from fullscreen to browser (the default mode). |  | ||
`screenshots` | Defines an array of screenshots that showcases the application, used by progressive web app stores. |  | ||
`background_color` | Placeholder background color for the application page to display before its stylesheet is loaded. Several platforms use this value to style the splash screen. |  | ||
`name` | String that represents the name of the PWA as it is usually displayed to the user (e.g., amongst a list of other applications in settings, or in menus). |  | ||
`short_name` | String that represents the name of the PWA displayed to the user if there is not enough space to display the `name` (e.g., as a label for the app's icon on the phone home screen).|  | ||
`theme_color` | Defines the default color theme for the application, and affects how the platform displays the site. |  | ||
`shortcuts` | Array of shortcuts or links to key tasks or pages within a web app, assembling a context menu to be displayed by the OS when a user engages with the app's icon. |  | ||
`categories` | Defines the names of categories that describe your application. Used by stores for listing web applications. |  | ||
`share_target` | Allows the PWA to receive media content from other apps. |  | ||
@@ -19,0 +19,0 @@ ## Built with |
9828478
0.01%