Questions tagged [web-manifest]

27 questions
0
votes
1 answer

Desktop Firefox replaces user-agent in cache usage with service-worker.js

The user-agent of my normal desktop Firefox: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0 The user agent that Firefox sends when I cache some files with service-worker.js: Mozilla/5.0 (Android 4.4; Mobile;…
Muhammed
  • 91
  • 1
  • 7
0
votes
1 answer

Base64 encoded web manifest has invalid start_url

I need to create a web manifest dynamically. I decided to include it as a base64 string. This is the code: If the string…
Anthony Bias
  • 515
  • 3
  • 20
0
votes
0 answers

Angular pwa showing Manifest: Line: 1, column: 1, Syntax error. in production

I am add pwa to a existing angular application. and it is working perfectly in my local machine. But showing errors in production. enter image description here in console enter image description here my rewrite config enter image description here my…
0
votes
0 answers

Error in app manifest icon failed to load

In my app manifest I'm getting errors saying Icon http://localhost/appname/imgname.png failed to load, The Icons all appear to be loading both on desktop and tablet but the errors still appear in the app manifest for all img sizes I have an Icon…
0
votes
1 answer

overlapping/nested paths PWAs: is it possible to detect the currently used app?

Although not recommended (in this web.dev article) I have the situation of two nested PWAs: app "A" - the outer/global one, scope: "example.com" app "B" - the inner one with scope: "example.com/m/subproduct" In both of these PWAs I can visit the…
Riesling
  • 6,343
  • 7
  • 29
  • 33
0
votes
0 answers

Netlify doesn't download Parcel plugins

I have a Parcel app I am trying to deploy in Netlify that uses @parcel/transform-webmanifest for the manifest file. When I attempt to deploy, I get the following error: 11:52:42 PM: $ npm run build 11:52:42 PM: > build 11:52:42 PM: > parcel build…
Nimrod Sadeh
  • 183
  • 9
0
votes
1 answer

Web Manifest goes into redirect loop

I'm looking at potential of using PWA, however when I put a manifest.webmanifest it ends up in a redirect loop and results in the browser returning a "Too many redirects error", this is the only resource which is doing this, I'm loading other…
clcordell
  • 57
  • 1
  • 10
0
votes
0 answers

Desktop PWA - Weird error banner with some URL when navigating

I try to make a desktop PWA for Chrome. It works almost fine, but I have a problem. My service worker is registered as below: if ('serviceWorker' in navigator) { navigator.serviceWorker.register('https://subdomain.domain.ext/app/sw.js') } And my…
charnould
  • 2,480
  • 3
  • 19
  • 23
0
votes
1 answer

Is .webmanifest supported by SharePoint Online? How can I create SharePoint Online Progressive Web Application with supported webmanifest file?

I am trying to create a SharePoint Online Progressive Web Application using the build generated using Angular 8 PWA. I am able to get the service worker and the application functional. However, the webmanifest file is not loading properly. I have…
0
votes
1 answer

"Add to Home Screen" prompt not showing up

I have created a small app where my mobile visitors could message WhatsApp users without saving their numbers in the contact list (test link) No matter what I try, I am unable to get the "Add to Homescreen" prompt displayed when a mobile user visits…
Archit
  • 23
  • 1
  • 3
0
votes
1 answer

Manifest 'https://www.example.com/manifest.json' is not http 200

I am trying to create progressive app for my website. I created the manifest.json file and uploaded in server. Then I gave a link for the manifest file in my home page. The manifest file is proper but when i try to check it using my site url then…
saikat mukherjee
  • 355
  • 1
  • 3
  • 17
0
votes
1 answer

Showing unread notification count through web manifest

I recently added a web manifest to my webapp following this guide. It works perfectly fine. I have also implemented push notifications. I want to know if there is a way to add an unread notification count like any other android app does indicating…
Anubhav
  • 7,138
  • 5
  • 21
  • 33
1
2