{
"name": "CafeSaxophone Forum",
"short_name": "CafeSaxophone",
"description": "Saxophones, music, general chat",
"icons": [
{
"src": "https:\/\/cafesaxophone.com\/styles\/petecafe\/cafe-app192.png",
"sizes": "192x192"
},
{
"src": "https:\/\/cafesaxophone.com\/styles\/petecafe\/cafe-app512.png",
"sizes": "512x512"
}
],
"lang": "en-US",
"dir": "LTR",
"display": "minimal-ui",
"scope": "\/",
"start_url": "\/?_pwa=1",
"background_color": "#ececec"
}
Aha, didn't see that. I'll change to 12 charactersI guess I cracked this one )
CafeSaxophone - 13 characters. has to be no more than 12. Change it to CafeSax and check.
what do you mean 'nothing'? how this now looks like?Still nothing
{
"name": "CafeSaxophone Forum",
"short_name": "CafeSax",
"description": "Saxophones, music, general chat",
"icons": [
{
"src": "https:\/\/cafesaxophone.com\/styles\/petecafe\/cafe-app192.png",
"sizes": "192x192"
},
{
"src": "https:\/\/cafesaxophone.com\/styles\/petecafe\/cafe-app512.png",
"sizes": "512x512"
}
],
"lang": "en-US",
"dir": "LTR",
"display": "minimal-ui",
"scope": "\/",
"start_url": "\/?_pwa=1",
"background_color": "#ececec"
}
Press F12, go to tab Application, on the left pane click on Clear storage afterwards click button Clear site data.
It seems to be seeing https://xf2.cafesaxophone.com/site.webmanifest.phpbrowser still doesn't see your manifest.php. do this:
It seems to be seeingIt seems to be seeing https://xf2.cafesaxophone.com/site.webmanifest.php
https://xf2.cafesaxophone.com/site.webmanifest
https://xf2.cafesaxophone.com/webmanifest.php
Yes I'm about to look into why it is seeing that, but just restopred and re-upgraded the test site.It's worth mentioning that your live site has this in it:
This is something that has presumably been added by your style, but it's conflicting with 2.2 adding its own manifest.Code:<link rel="manifest" href="/site.webmanifest">
Found it. It was in a custom template edit (needed?) for Android faviconsIt's worth mentioning that your live site has this in it:
This is something that has presumably been added by your style, but it's conflicting with 2.2 adding its own manifest.Code:<link rel="manifest" href="/site.webmanifest">
<link rel="manifest" href="/site.webmanifest">
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
AlmostThe ones we ask for under Basic options should be sufficient for all use cases as far as I am aware.
It looks like you have already done this.
All interesting info. I generated favicons form here:Almost
The manifest is missing maskable icons and Lighthouse complains about this (as does Google play when submitting an APK for such a manifest)
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
We use essential cookies to make this site work, and optional cookies to enhance your experience.