Idly musing about Manifest

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&#3…


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan

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.


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan


Print Share Comment Cite Upload Translate Updates
APA

Paul Kinlan | Sciencx (2024-08-21T17:25:01+00:00) Idly musing about Manifest. Retrieved from https://www.scien.cx/2024/08/21/idly-musing-about-manifest/

MLA
" » Idly musing about Manifest." Paul Kinlan | Sciencx - Wednesday August 21, 2024, https://www.scien.cx/2024/08/21/idly-musing-about-manifest/
HARVARD
Paul Kinlan | Sciencx Wednesday August 21, 2024 » Idly musing about Manifest., viewed ,<https://www.scien.cx/2024/08/21/idly-musing-about-manifest/>
VANCOUVER
Paul Kinlan | Sciencx - » Idly musing about Manifest. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/08/21/idly-musing-about-manifest/
CHICAGO
" » Idly musing about Manifest." Paul Kinlan | Sciencx - Accessed . https://www.scien.cx/2024/08/21/idly-musing-about-manifest/
IEEE
" » Idly musing about Manifest." Paul Kinlan | Sciencx [Online]. Available: https://www.scien.cx/2024/08/21/idly-musing-about-manifest/. [Accessed: ]
rf:citation
» Idly musing about Manifest | Paul Kinlan | Sciencx | https://www.scien.cx/2024/08/21/idly-musing-about-manifest/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.