Skip to content

Commit

Permalink
Merge pull request #141 from dracor-org/manifest-update
Browse files Browse the repository at this point in the history
Update manifest.json
  • Loading branch information
cmil authored Dec 4, 2020
2 parents 4d71d24 + 1fa4f03 commit 5558d08
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 6 deletions.
Binary file added public/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 34 additions & 6 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,37 @@
{
"short_name": "DraCor",
"name": "Drama Corpora Project Website",
"icons": [],
"start_url": "./index.html",
"theme_color": "#1f2448",
"background_color": "#1f2448",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"scope": "/",
"start_url": "/",
"short_name": "DraCor",
"app_name": "Drama Corpora Project Web App",
"icons": [
{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/maskable_icon.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "any maskable"
}
]
}
Binary file added public/maskable_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5558d08

Please sign in to comment.