Skip to content

Commit

Permalink
🚀 v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Feb 1, 2020
1 parent 0927bd8 commit 5450544
Show file tree
Hide file tree
Showing 22 changed files with 52 additions and 30 deletions.
10 changes: 10 additions & 0 deletions docs/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src=“/img/icons/favicon-76.png”/>
<square150x150logo src="/img/icons/favicon-228.png"/>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>
2 changes: 1 addition & 1 deletion docs/bundle.js

Large diffs are not rendered by default.

Binary file modified docs/favicon.ico
Binary file not shown.
28 changes: 20 additions & 8 deletions docs/friendo.webmanifest
Original file line number Diff line number Diff line change
@@ -1,26 +1,38 @@
{
"name": "Friendo",
"short_name": "Friendo",
"description": "Watch your virtual pal grow as you train them to maximize their potential!",
"description": "Make a new pal. Help them grow big and strong. Fill their room with dogs.",
"start_url": "/index.html",
"display": "standalone",
"theme_color": "#FFFFFF",
"background_color": "#FFFFFF",
"icons": [
{
"src": "favicon.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/img/icons/192x192.png",
"src": "/img/icons/favicon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/icons/512x512.png",
"src": "/img/icons/favicon-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "/img/screenshots/character-creator.jpg",
"sizes": "748x423",
"type": "image/jpeg"
},
{
"src": "/img/screenshots/gameplay.jpg",
"sizes": "925x526",
"type": "image/jpeg"
},
{
"src": "/img/screenshots/mafia-meme.jpg",
"sizes": "598x352",
"type": "image/jpeg"
}
]
}
Binary file added docs/img/icons/favicon-120.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/favicon-128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/favicon-144.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/favicon-152.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/favicon-180.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/favicon-192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/favicon-196.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/favicon-228.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/favicon-32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/favicon-512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/favicon-57.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/favicon-76.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/favicon-96.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/screenshots/character-creator.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/screenshots/gameplay.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/screenshots/mafia-meme.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5450544

Please sign in to comment.