Skip to content

Commit

Permalink
Fix the actual manifest, not the template one
Browse files Browse the repository at this point in the history
  • Loading branch information
abraha2d committed Jul 30, 2018
1 parent 0319373 commit d410473
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Coursewatch",
"short_name": "Coursewatch",
"description": "Get an alert within seconds when a seat opens up in a course!",
"icons": [
{
"src": "/android-chrome-192x192.png?v=E6j9W7gNlx",
Expand All @@ -14,7 +14,7 @@
}
],
"theme_color": "#1976d2",
"background_color": "#1976d2",
"start_url": "./index.html",
"background_color": "#ffffff",
"start_url": "/",
"display": "standalone"
}

0 comments on commit d410473

Please sign in to comment.