https://github.com/jadjoubran/webdash-pwa-manifest
Speed up your Progressive Web App workflow by previewing your Web App Manifest.
https://github.com/jadjoubran/webdash-pwa-manifest
node pwa pwa-manifest webdash webdash-plugin
Last synced: 7 months ago
JSON representation
Speed up your Progressive Web App workflow by previewing your Web App Manifest.
- Host: GitHub
- URL: https://github.com/jadjoubran/webdash-pwa-manifest
- Owner: jadjoubran
- Created: 2018-02-28T16:29:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T08:23:52.000Z (over 7 years ago)
- Last Synced: 2025-03-02T02:04:22.791Z (8 months ago)
- Topics: node, pwa, pwa-manifest, webdash, webdash-plugin
- Language: HTML
- Homepage: https://webdash.xyz/
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webdash PWA Manifest
Speed up your Progressive Web App workflow by previewing your Web App Manifest.
```bash
npm install --save-dev webdash-pwa-manifest
```

## Features
Preview your Web App Manifest on Android:
* Icon on homescreen
* Splash screen
* Status bar theme color
## Configuration
This plugin looks for `manifestPath` in your `webdash.json` configuration file, and defaults to `./src/manifest.json` if it's not set.
You may need to fix your `manifestPath` for this plugin to work.
If you cannot see the icon you set in your `manifest.json`, then you need to adjust `readableAssets` in `webdash.json`.
By default it's set to `"./src/assets/": "/assets/"` which allows webdash to access `./src/assets/` in your project and maps it to routes starting with `/assets/`.
## Enjoying webdash?
Say Hi on Twitter: [@JoubranJad](https://twitter.com/JoubranJad)