Skip to content

Instantly share code, notes, and snippets.

View fullstemplate's full-sized avatar
🌴
Remember Why You Started

amat fullstemplate

🌴
Remember Why You Started
View GitHub Profile
@cdnkr
cdnkr / pwa-setup-next15.md
Last active October 30, 2025 09:48
Setting up a PWA with install button in Next.js 15

Step 1: Create the manifest.json File

The manifest.json file provides metadata for your PWA, like its name, icons, and theme color.

  1. In the root of your public/ folder, create a manifest.json file:

    // public/manifest.json
    {
      "name": "Your App Name",