Browse Source

try manifest

schtonn 2 years ago
parent
commit
f89038e42d
9 changed files with 21 additions and 1 deletions
  1. BIN
      android-chrome-192x192.png
  2. BIN
      android-chrome-512x512.png
  3. BIN
      apple-touch-icon.png
  4. BIN
      favicon-16x16.png
  5. BIN
      favicon-32x32.png
  6. BIN
      favicon.ico
  7. 1 1
      index.html
  8. 1 0
      paint/index.html
  9. 19 0
      site.webmanifest

BIN
android-chrome-192x192.png


BIN
android-chrome-512x512.png


BIN
apple-touch-icon.png


BIN
favicon-16x16.png


BIN
favicon-32x32.png


BIN
favicon.ico


+ 1 - 1
index.html

@@ -3,7 +3,7 @@
 
 <head>
     <meta charset="UTF-8">
-
+    <link rel="manifest" href="/site.webmanifest">
     <meta name="description" content="Schtonn site">
     <meta property="og:type" content="website">
     <meta property="og:title" content="schtonn">

+ 1 - 0
paint/index.html

@@ -1,4 +1,5 @@
 <head>
+    <link rel="manifest" href="/site.webmanifest">
     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
         integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
     <link rel="stylesheet" href="../css/style.css">

+ 19 - 0
site.webmanifest

@@ -0,0 +1,19 @@
+{
+    "name": "schtonn",
+    "short_name": "",
+    "icons": [
+        {
+            "src": "/android-chrome-192x192.png",
+            "sizes": "192x192",
+            "type": "image/png"
+        },
+        {
+            "src": "/android-chrome-512x512.png",
+            "sizes": "512x512",
+            "type": "image/png"
+        }
+    ],
+    "theme_color": "#ffffff",
+    "background_color": "#ffffff",
+    "display": "standalone"
+}