浏览代码

Cleaning up some lingering bits from create-react-app's initial generation

Kirk Trombley 5 年之前
父节点
当前提交
ed5980439a
共有 4 个文件被更改,包括 4 次插入38 次删除
  1. 1 25
      client/public/index.html
  2. 二进制
      client/public/logo192.png
  3. 二进制
      client/public/logo512.png
  4. 3 13
      client/public/manifest.json

+ 1 - 25
client/public/index.html

@@ -7,23 +7,9 @@
     <meta name="theme-color" content="#000000" />
     <meta
       name="description"
-      content="Web site created using create-react-app"
+      content="TerrAssumptions - a geograhic guessing game"
     />
-    <link rel="apple-touch-icon" href="logo192.png" />
-    <!--
-      manifest.json provides metadata used when your web app is installed on a
-      user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-    -->
     <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
-    <!--
-      Notice the use of %PUBLIC_URL% in the tags above.
-      It will be replaced with the URL of the `public` folder during the build.
-      Only files inside the `public` folder can be referenced from the HTML.
-
-      Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
-      work correctly both with client-side routing and a non-root public URL.
-      Learn how to configure a non-root public URL by running `npm run build`.
-    -->
     <title>TerrAssumptions</title>
     <!-- Statically and synchronously load the Google Maps Javascript API -->
     <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCDtEWf192OYuMvd2cp8a04DYQo-RU_sXs"></script>
@@ -31,15 +17,5 @@
   <body>
     <noscript>You need to enable JavaScript to run this app.</noscript>
     <div id="root"></div>
-    <!--
-      This HTML file is a template.
-      If you open it directly in the browser, you will see an empty page.
-
-      You can add webfonts, meta tags, or analytics to this file.
-      The build step will place the bundled scripts into the <body> tag.
-
-      To begin the development, run `npm start` or `yarn start`.
-      To create a production bundle, use `npm run build` or `yarn build`.
-    -->
   </body>
 </html>

二进制
client/public/logo192.png


二进制
client/public/logo512.png


+ 3 - 13
client/public/manifest.json

@@ -1,22 +1,12 @@
 {
-  "short_name": "React App",
-  "name": "Create React App Sample",
+  "short_name": "TerrAssumptions",
+  "name": "TerrAssumptions - Definitely not GeoGuessr!",
   "icons": [
     {
       "src": "favicon.ico",
       "sizes": "64x64 32x32 24x24 16x16",
       "type": "image/x-icon"
-    },
-    {
-      "src": "logo192.png",
-      "type": "image/png",
-      "sizes": "192x192"
-    },
-    {
-      "src": "logo512.png",
-      "type": "image/png",
-      "sizes": "512x512"
-    }	    
+    }    
   ],
   "start_url": ".",
   "display": "standalone",