New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pwabuilder/manifest-previewer

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pwabuilder/manifest-previewer - npm Package Compare versions

Comparing version

to
1.0.3

19

package.json

@@ -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"
}
}

2

README.md

@@ -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). | ![Name](https://github.com/MariaSolOsso/PWABuilder-previewer/blob/main/assets/readme-images/name.png)
`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](https://github.com/MariaSolOsso/PWABuilder-previewer/blob/main/assets/readme-images/name.png)
`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](https://github.com/MariaSolOsso/PWABuilder-previewer/blob/main/assets/readme-images/shortname.png)
`theme_color` | Defines the default color theme for the application, and affects how the platform displays the site. | ![Theme color](https://github.com/MariaSolOsso/PWABuilder-previewer/blob/main/assets/readme-images/themecolor.png)

@@ -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. | ![Shortcuts](https://github.com/MariaSolOsso/PWABuilder-previewer/blob/main/assets/readme-images/shortcuts.png)

Sorry, the diff of this file is not supported yet