added w3c manifest.json

This commit is contained in:
Steven Hugg 2018-12-22 07:59:34 -06:00
parent 875a127d60
commit fe7d71fa0b
4 changed files with 22 additions and 1 deletions

View File

@ -2,6 +2,15 @@
<html lang="en">
<head>
<title>8bitworkshop IDE</title>
<link rel="manifest" href="manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="8bitworkshop">
<meta name="apple-mobile-web-app-title" content="8bitworkshop">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-navbutton-color" content="#ffffff">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="msapplication-starturl" content="/redir.html">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes">
<style type="text/css" media="screen">
body {

9
manifest.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "8bitworkshop",
"short_name": "8bitworkshop",
"lang": "en-US",
"start_url": "index.html",
"display": "standalone",
"theme_color": "#ffffff",
"orientation": "landscape"
}

View File

@ -1,4 +1,7 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>
Privacy Policy

2
tss

@ -1 +1 @@
Subproject commit d630ddcb29d74a178cde043d74188fac35d6a21f
Subproject commit 61a1691a1de05dca3b694bf603db49ffbaf572cf