@pwabuilder/manifest-previewer
Advanced tools
Comparing version
@@ -20,3 +20,3 @@ { | ||
"name": "@pwabuilder/manifest-previewer", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Web component that previews a PWA based on its manifest.json file", | ||
@@ -31,4 +31,17 @@ "author": "Maria Solano", | ||
}, | ||
"types": "dist/manifest-previewer.d.ts", | ||
"files": ["build"] | ||
"types": "build/manifest-previewer.d.ts", | ||
"files": [ | ||
"build" | ||
], | ||
"keywords": [ | ||
"PWA", | ||
"web component", | ||
"manifest", | ||
"progressive web app", | ||
"lit" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/MariaSolOsso/PWABuilder-previewer.git" | ||
} | ||
} |
@@ -12,3 +12,3 @@ # PWABuilder - Manifest previewer | ||
`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).|  | ||
`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. |  | ||
@@ -15,0 +15,0 @@ `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. |  |
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
9828743
00
-100%