diff --git a/icons/.DS_Store b/icons/.DS_Store new file mode 100644 index 0000000..51fd839 Binary files /dev/null and b/icons/.DS_Store differ diff --git a/icons/icon-128x128.png b/icons/icon-128x128.png new file mode 100644 index 0000000..f8ff2e6 Binary files /dev/null and b/icons/icon-128x128.png differ diff --git a/icons/icon-144x144.png b/icons/icon-144x144.png new file mode 100644 index 0000000..0f4b2a6 Binary files /dev/null and b/icons/icon-144x144.png differ diff --git a/icons/icon-152x152.png b/icons/icon-152x152.png new file mode 100644 index 0000000..741edb7 Binary files /dev/null and b/icons/icon-152x152.png differ diff --git a/icons/icon-192x192.png b/icons/icon-192x192.png new file mode 100644 index 0000000..fd95e63 Binary files /dev/null and b/icons/icon-192x192.png differ diff --git a/icons/icon-384x384.png b/icons/icon-384x384.png new file mode 100644 index 0000000..7aba415 Binary files /dev/null and b/icons/icon-384x384.png differ diff --git a/icons/icon-512x512.png b/icons/icon-512x512.png new file mode 100644 index 0000000..82cb531 Binary files /dev/null and b/icons/icon-512x512.png differ diff --git a/icons/icon-72x72.png b/icons/icon-72x72.png new file mode 100644 index 0000000..aa4c746 Binary files /dev/null and b/icons/icon-72x72.png differ diff --git a/icons/icon-96x96.png b/icons/icon-96x96.png new file mode 100644 index 0000000..0dc8e98 Binary files /dev/null and b/icons/icon-96x96.png differ diff --git a/index.html b/index.html index 480b238..b6908e4 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,14 @@ + + + + + + + + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..c4b157b --- /dev/null +++ b/manifest.json @@ -0,0 +1,52 @@ +{ + "name": "hisho", + "short_name": "hisho", + "theme_color": "#fff", + "background_color": "#fff", + "display": "fullScreen", + "orientation": "portrait", + "scope": "/hw/", + "start_url": "/hw/", + "icons": [ + { + "src": "icons/icon-72x72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "icons/icon-96x96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "icons/icon-128x128.png", + "sizes": "128x128", + "type": "image/png" + }, + { + "src": "icons/icon-144x144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "icons/icon-152x152.png", + "sizes": "152x152", + "type": "image/png" + }, + { + "src": "icons/icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "icons/icon-384x384.png", + "sizes": "384x384", + "type": "image/png" + }, + { + "src": "icons/icon-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} \ No newline at end of file diff --git a/temp.png b/temp.png new file mode 100644 index 0000000..188e237 Binary files /dev/null and b/temp.png differ