Merge pull request #702 from basecamp/flavorjones/pwa-manifest-tweak
PWS manifest uses paths and not URLs
This commit is contained in:
@@ -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 what’s new",
|
||||
"url": "<%= root_url %>",
|
||||
"url": "<%= root_path %>",
|
||||
"icons": [{ "src": "<%= image_url("activity.svg") %>", "sizes": "any" }]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user