diff --git a/images/Livetv192.png b/images/Livetv192.png new file mode 100644 index 0000000..b908a7f Binary files /dev/null and b/images/Livetv192.png differ diff --git a/images/Livetv512.png b/images/Livetv512.png new file mode 100644 index 0000000..af73134 Binary files /dev/null and b/images/Livetv512.png differ diff --git a/index.html b/index.html index 7d78a5f..44001b0 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ + @@ -6,11 +7,11 @@ - - - + + + - Hello, world! + Live Edtv diff --git a/manifest.json b/manifest.json index 91c59e1..35f3367 100644 --- a/manifest.json +++ b/manifest.json @@ -1,20 +1,20 @@ { - "short_name": "ดูวิดิโอกัน", - "name": "Shortcut ไปดูวิดิโอ", + "short_name": "LiveEdtv", + "name": "Shortcut Edtv", "icons": [ { - "src":"images/gitea192.png", + "src":"images/Livetv192.png", "sizes": "192x192", "type": "image/png" }, { - "src":"images/gitea512.png", + "src":"images/Livetv512.png", "sizes": "512x512", "type": "image/png" } ], "start_url": ".", "background_color": "#FFF", - "theme_color": "#536878", + "Theme_color": "#536878", "display": "standalone" }