repo: janusweb action: commit revision: path_from: revision_from: 7ea14d6207858bdf4580492f6c91c296c3f251c5: path_to: revision_to:
commit 7ea14d6207858bdf4580492f6c91c296c3f251c5 Author: James BaicoianuDate: Thu Jul 27 15:56:36 2017 -0700 Renamed/updated manifest.json diff --git a/build/manifest.json b/build/manifest.json deleted file mode 100644 index 8208b8c8c302fe1fab3c396a56ce3a662459da3d..0000000000000000000000000000000000000000 --- a/build/manifest.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "JanusWeb", - "short_name": "JanusWeb", - "background_color": "#2f363b", - "theme_color": "#2f363b", - "lang": "en-US", - "orientation": "landscape", - "start_url": "index.html", - - "description": "Webpages become 3D spaces interconnected by portals. Explore, collaborate and build, with or without a headset.", - "icons": [ - { - "src": "media/images/icons/janusweb-512x512.png", - "sizes": "512x512", - "type": "image/png" - }, { - "src": "media/images/icons/janusweb-256x256.png", - "sizes": "256x256", - "type": "image/png" - }, { - "src": "media/images/icons/janusweb-48x48.png", - "sizes": "48x48", - "type": "image/png" - }, { - "src": "media/images/icons/janusweb-72x72.png", - "sizes": "72x72", - "type": "image/png" - }, { - "src": "media/images/icons/janusweb-96x96.png", - "sizes": "96x96", - "type": "image/png" - }, { - "src": "media/images/icons/janusweb-144x144.png", - "sizes": "144x144", - "type": "image/png" - }, { - "src": "media/images/icons/janusweb-168x168.png", - "sizes": "168x168", - "type": "image/png" - }, { - "src": "media/images/icons/janusweb-192x192.png", - "sizes": "192x192", - "type": "image/png" - } - ], - "display": "standalone" -} diff --git a/media/manifest.json b/media/manifest.json
--- a/media/manifest.json
+++ b/media/manifest.json
@@ -1,13 +1,19 @@
{
"name": "JanusWeb",
"short_name": "JanusWeb",
- "background_color": "#000",
+ "background_color": "#2f363b",
+ "theme_color": "#2f363b",
"lang": "en-US",
"orientation": "landscape",
+ "start_url": "index.html",
"description": "Webpages become 3D spaces interconnected by portals. Explore, collaborate and build, with or without a headset.",
"icons": [
{
+ "src": "media/images/icons/janusweb-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }, {
"src": "media/images/icons/janusweb-256x256.png",
"sizes": "256x256",
"type": "image/png"
-----END OF PAGE-----