Remove manifest.json
article thumbnail

Real-Real-World Programming with ChatGPT

O'Reilly

ChatGPT started by generating a manifest.json file for me, which holds the configuration settings that every Chrome extension needs. I didn’t know it at the time, but manifest.json would cause me a bunch of frustration later on. To my surprise, it knew about v3 from its training data and generated a v3 manifest file for me in response.

article thumbnail

Converting a Ghost blog to a Progressive Web App

Dean Hume

<link rel="manifest" href="/manifest.json"> Next, I added the following code to the blog footer to reference the service worker file. <script> This functionality was perfect for my needs. Head over to Code Injection and add the following code into the blog header to reference the manifest file. <link

Cache 40
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Converting a Ghost blog to a Progressive Web App

Dean Hume

<link rel="manifest" href="/manifest.json"> Next, I added the following code to the blog footer to reference the service worker file. <script> This functionality was perfect for my needs. Head over to Code Injection and add the following code into the blog header to reference the manifest file. <link

Cache 40
article thumbnail

Converting a Ghost blog to a Progressive Web App

Dean Hume

<link rel="manifest" href="/manifest.json"> Next, I added the following code to the blog footer to reference the service worker file. <script> This functionality was perfect for my needs. Head over to Code Injection and add the following code into the blog header to reference the manifest file. <link

Cache 40
article thumbnail

WebPageTest API

CSS - Tricks

Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Mobile Safari/537.36 png", "sec-fetch-mode: no-cors", "accept-encoding: gzip, deflate, br", "accept-language: en-US,en;q=0.9", "user-agent: Mozilla/5.0 Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85

article thumbnail

Performance Game Changer: Browser Back/Forward Cache

Smashing Magazine

Large preview ).

Cache 91
article thumbnail

Front-End Performance Checklist 2021

Smashing Magazine

E.g., here, all requests share the same connection (286) — except manifest.json, which opens a separate one (451). All requests share the same HTTP/2 connection (286) — except manifest.json, which opens a separate one (451). via iamakulov. Large preview ). Do your servers and CDNs support HTTP/2?