← All code files

manifest.webmanifest

Web app manifest so a site can be installed as a PWA.

{
  "name": "My App",
  "short_name": "App",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ]
}

About this tool

Web app manifest so a site can be installed as a PWA.

Ready-to-use manifest.webmanifest — view the content, copy it, or download it with the correct filename. Free and 100% in your browser.