Merge pull request #702 from basecamp/flavorjones/pwa-manifest-tweak

PWS manifest uses paths and not URLs
This commit is contained in:
Mike Dalessio
2025-07-03 10:11:07 -04:00
committed by GitHub
+2 -2
View File
@@ -18,7 +18,7 @@
"purpose": "maskable"
}
],
"start_url": "<%= root_url %>",
"start_url": "<%= root_path %>",
"display": "standalone",
"scope": "/",
"description": "Card-up the biggest issues in your projects",
@@ -33,7 +33,7 @@
{
"name": "Latest Activity",
"description": "See whats new",
"url": "<%= root_url %>",
"url": "<%= root_path %>",
"icons": [{ "src": "<%= image_url("activity.svg") %>", "sizes": "any" }]
}
],