create-next-app-pwa
Version:
The script for the npx create-next-app-pwa command. Making it easier for everyone to create a Next.js Progressive Web App.
18 lines (17 loc) • 423 B
JSON
{
"name": "Next.js PWA",
"short_name": "NextPWA",
"description": "Welcome to the Next.js Progressive Web App template repository!",
"icons": [
{
"src": "/icon.svg",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"theme_color": "#FFFFFF",
"background_color": "#FFFFFF",
"start_url": "/",
"display": "standalone"
}