Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1067 from PolymerElements/manifest-json
Browse files Browse the repository at this point in the history
Update manifest.json
  • Loading branch information
abdonrd committed Oct 2, 2017
2 parents 6bf448c + 51edd85 commit c53e1fc
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@
"name": "My App",
"short_name": "My App",
"description": "My App description",
"start_url": "./?utm_source=web_app_manifest",
"scope": "./",
"display": "standalone",
"theme_color": "#3f51b5",
"background_color": "#3f51b5",
"icons": [
{
"src": "./images/manifest/icon-192x192.png",
"src": "images/manifest/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./images/manifest/icon-512x512.png",
"src": "images/manifest/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
],
"start_url": "/",
"display": "standalone",
"theme_color": "#3f51b5",
"background_color": "#3f51b5"
}

0 comments on commit c53e1fc

Please sign in to comment.