Merge pull request #2010 from thelounge/xpaw/start_url

Set start_url in manifest.json
This commit is contained in:
Jérémie Astori 2018-01-29 18:17:01 -05:00 committed by GitHub
commit 90c3c3b22e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"name": "The Lounge", "name": "The Lounge",
"short_name": "The Lounge", "short_name": "The Lounge",
"description": "Self-hosted web IRC client", "description": "Self-hosted web IRC client",
"start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#455164", "theme_color": "#455164",
"background_color": "#455164", "background_color": "#455164",