aleksterm / homepage

My very own personal website. Basically this is just a résumé.
https://aleksterm.github.io/homepage/
MIT License
0 stars 0 forks source link

Add manifest.json #11

Closed aleksterm closed 4 years ago

aleksterm commented 4 years ago

{ "short_name": "DJT", "name": "Donald John Trump", "icons": [ { "src": "/assets/images/favicon-192x192.png", "type": "image/png", "sizes": "192x192" }, { "src": "/assets/images/favicon-512x512.png", "type": "image/png", "sizes": "512x512" } ], "start_url": "/index.html", "background_color": "white", "display": "standalone", "scope": "/", "theme_color": "white" }