1 min read

Idly musing about Manifest

Paul Kinlan

Paul Kinlan

Lead of Chrome DevRel

I sometimes go for a spelunk in to HTTP Archive looking at values here and there. I thought I would look at default manifest.json values.

SELECT
  COUNT(*)
FROM
  `httparchive.response_bodies.2024_08_01_desktop`
WHERE
  url LIKE '%manifest.json'
  AND response_body LIKE '%"short_name": "React App"%'

There are 551037 urls that end 'manifest.json' and 22303 of those manifest files have the default manifest file generated by Create React App.

It's probably worth exploring how many manifests are the default manifest created by build tooling.

Stay in the loop.

I'm trialing a newsletter. Join for monthly insights into web dev, Chrome, and the open web.

alternate_email

Get in touch

Open to chat about Chrome or Web development.

Book a consultation