Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(manifest): start_url: "."
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Feb 19, 2018
1 parent 5fbb823 commit 7d78b12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Suicrux",
"short_name": "Suicrux",
"description": "https://github.com/Metnew/suicrux",
"start_url": "https://suicrux.now.sh",
"display": "standalone",
"background_color": "#f7f7f7",
"theme_color": "#009688"
"name": "Suicrux",
"short_name": "Suicrux",
"description": "https://github.com/Metnew/suicrux",
"start_url": ".",
"display": "standalone",
"background_color": "#f7f7f7",
"theme_color": "#009688"
}

0 comments on commit 7d78b12

Please sign in to comment.