add manifest.json

master
Adriel Sand 2021-10-07 08:57:30 +03:00
parent b01b0b2f61
commit 9ea8abb55b
5 changed files with 20 additions and 0 deletions

15
manifest.json 100644
View File

@ -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": []
}

View File

@ -2,6 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="/manifest.json">
<title>Generator Status...</title>
<style>
* {

View File

@ -2,6 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="/manifest.json">
<title>Generator Status...</title>
<style>
* {

View File

@ -1,6 +1,8 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="/manifest.json">
<title>Generator Status...</title>
<style>
* {

View File

@ -2,6 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="/manifest.json">
<title>Generator Status...</title>
<style>
* {