From 9ea8abb55ba8da424f4b357ecf9573d8e0e1653a Mon Sep 17 00:00:00 2001 From: Adriel Sand Date: Thu, 7 Oct 2021 08:57:30 +0300 Subject: [PATCH] add manifest.json --- manifest.json | 15 +++++++++++++++ off.html | 1 + on.html | 1 + stats.html | 2 ++ stats/index.html | 1 + 5 files changed, 20 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..9539cd9 --- /dev/null +++ b/manifest.json @@ -0,0 +1,15 @@ +{ + "background_color": "#242424", + "description": "", + "dir": "ltr", + "display": "standalone", + "name": "Generator Status", + "orientation": "any", + "scope": "/", + "short_name": "Generator Status", + "start_url": "/", + "theme_color": "#242424", + "categories": [], + "screenshots": [], + "shortcuts": [] +} diff --git a/off.html b/off.html index fc7d0f4..5122711 100644 --- a/off.html +++ b/off.html @@ -2,6 +2,7 @@ + Generator Status...