Skip to content

Commit

Permalink
PWAアプリの設定
Browse files Browse the repository at this point in the history
  • Loading branch information
youthkee committed Dec 18, 2018
1 parent 6001650 commit 6956891
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
Binary file added www/images/icons/icon-128x128.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 www/images/icons/icon-144x144.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 www/images/icons/icon-152x152.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 www/images/icons/icon-168x168.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 www/images/icons/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 www/images/icons/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 www/images/icons/icon-48x48.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 www/images/icons/icon-72x72.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 www/images/icons/icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions www/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": null,
"short_name": null,
"description": null,
"name": "Livelog",
"short_name": "Livelog",
"description": "Mobile app for logging information of live concerts.",
"icons": [
{
"src": "images/icons/icon-48x48.png",
Expand Down Expand Up @@ -49,12 +49,12 @@
"type": "image/png"
}
],
"lang": null,
"dir": null,
"scope": null,
"start_url": null,
"display": null,
"orientation": null,
"background_color": null,
"theme_color": null
"lang": "ja",
"dir": "ltr",
"scope": "./",
"start_url": "./",
"display": "standalone",
"orientation": "any",
"background_color": "#fff",
"theme_color": "#E91E63"
}

0 comments on commit 6956891

Please sign in to comment.