All specs
W3C App ManifestW3CShould KnowProduct

Web Application Manifest

Browser Platform·World Wide Web Consortium
WHY YOU NEED THIS

Required for Add to Home Screen / Install App functionality on iOS and Android. Defines how your web app presents when installed as a native-like app.

What It Defines

Defines the web app manifest JSON file (manifest.json): app name, icons, theme color, display mode, start URL, and shortcuts. Enables installable PWAs on all platforms.

Canonical (Normative)

Convenient (Practical)

pwamanifestinstallablebrowser
Standards Body
World Wide Web Consortium

Publishes web platform specs including CSS, accessibility, security policies, Service Workers, Web App Manifest, and many browser APIs. Also maintains some versioned HTML/DOM specs.

Visit

Related Specs

W3C Service WorkersW3CShould Know

Service Workers

Service Workers power offline support, background sync, and push notifications. Required for serious PWA/installable app behavior.

ProductBrowser Platform
Details
W3C Push APIW3CShould Know

Push API

Required for web push notifications — the re-engagement channel for PWAs. Works with Service Workers and the Notifications API. Understanding VAPID and the subscription lifecycle prevents broken push implementations.

ProductBrowser Platform
Details