Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed Jun 14, 2020
1 parent a2d4a65 commit 8d70013
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<link rel="icon" type="image/svg" href="{{rootURL}}images/logo.svg">
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/m4m.css">
<link rel="manifest" href="{{rootURL}}manifest.json">

{{content-for "head-footer"}}
</head>
Expand Down
14 changes: 14 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "M4M",
"short_name": "M4M",
"theme_color": "#567ba7",
"background_color": "#eeeeee",
"display": "standalone",
"scope": "/",
"start_url": "/account",
"icons": [{
"src": "/images/logo-black.svg",
"sizes": "128x128",
"type": "image/svg+xml"
}]
}

0 comments on commit 8d70013

Please sign in to comment.