Merge pull request #714 from basecamp/flavorjones/tenanted-pwa-manifest
Improve multi-account behavior of the PWA
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Fizzy",
|
||||
"name": "<%= [ Account.sole.name, "Fizzy", Rails.env.production? ? nil : Rails.env ].compact.join(" - ") %>",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/app-icon-192.png",
|
||||
@@ -20,7 +20,7 @@
|
||||
],
|
||||
"start_url": "<%= root_path %>",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"scope": "<%= root_path %>",
|
||||
"description": "Card-up the biggest issues in your projects",
|
||||
"categories": ["bugs", "business", "productivity"],
|
||||
"shortcuts": [
|
||||
|
||||
Reference in New Issue
Block a user