This example demonstrates how to use the next-offline plugin It includes manifest.json to install app via chrome
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example next-offline next-offline-app
yarn create next-app --example next-offline next-offline-app
pnpm create next-app --example next-offline next-offline-app
Deploy it to the cloud with Vercel (Documentation).