question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Overwriting/customizing the default manifest.json file

See original GitHub issue

How could this be done please ? I tried adding it to the assets folder but nothing was changed when I inspected the web version(localhost:5000/manifest.json) of my app. I also tried adding it in the main directory(containing my main.py) but still nothing.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
FeodorFitsnercommented, Oct 13, 2022

I’ve added a customized manifest.json to that example and it worked like a charm. I can see the name of PWA changed and can download an updated manifest.

image

0reactions
ndonkoHenricommented, Oct 13, 2022

I got my error. I was in hot_reload mode, and because of that my manifest was not considered. (is this bug or normal stuff?) But when running in normal mode, my manifest overwrote the default one.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Customizing the Settings panel - Zendesk help
When you export a theme, the exported files include a file named manifest.json. The file defines the Settings panel of the theme in...
Read more >
manifest.json is potentially sensitive #2876 - rails/webpacker
json from the client, so I would propose that webpacker should change it's defaults to generate/read that file from another directory (e.g. / ......
Read more >
Add a web app manifest with Create React App - web.dev
Modify the default manifest #. In CRA, a default manifest file, /public/manifest.json is included automatically when a new app is created:.
Read more >
Manifest file format - Chrome Developers
Every extension requires a JSON-formatted file, named manifest.json , that provides important information. This file must be located in the ...
Read more >
Manifests | Apps Script - Google Developers
An Apps Script project manifest is a special JSON file that specifies a basic project information that Apps Script needs to run the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found