christianlkp.blogg.se

Create google chrome web app
Create google chrome web app









create google chrome web app create google chrome web app

Now we are going to create the web app with the next command: flutter build web -web-renderer html -csp Note: If you want to know more about the manifest.json you can visit this website: Welcome to manifest 3. Now we are going to replace the content of the manifest.json with the next json: We do not need this script because we do not need PWA functionality.Īfter deleting the previous code, we are going to add a new script in the tag. We will start with the default project, the counter app that we all know.įirst we will open the file index.html and search for the tag because we will delete all the content inside it. The Flutter version in this article is Flutter 2.2.3. We are going to learn how to create a Google Chrome extension with Flutter.











Create google chrome web app