Merge branch 'issue-32' of krzysiej/paper-pi into master

This commit was merged in pull request #42.
This commit is contained in:
2018-07-08 12:53:43 +02:00
committed by krzysiej
co-authored by krzysiej
8 changed files with 38 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

+34
View File
@@ -0,0 +1,34 @@
{
"name": "PaperPi",
"short_name": "PaperPi",
"start_url": ".",
"display": "standalone",
"background_color": "#277dd1",
"description": "Raspberry Pi printer webapp",
"orientation": "portrait",
"icons": [{
"src": "/icon-16.png",
"sizes": "16x16",
"type": "image/png"
}, {
"src": "/icon-32.png",
"sizes": "32x32",
"type": "image/png"
}, {
"src": "/icon-64.png",
"sizes": "64x64",
"type": "image/png"
}, {
"src": "/icon-128.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "/icon-256.png",
"sizes": "256x256",
"type": "image/png"
}, {
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}]
}
+4 -1
View File
@@ -10,7 +10,10 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js"></script>
<script src="/js/semantic.min.js"></script> <script src="/js/semantic.min.js"></script>
<script src="/js/printer.js"></script> <script src="/js/printer.js"></script>
<link rel="shortcut" type="image/png" href="/icon-16.png"/>
<link rel="icon" type="image/png" href="/icon-256.png" />
<meta name="mobile-web-app-capable" content="yes">
<link rel="manifest" href="/manifest.json">
</head> </head>
<body> <body>
<div class=""> <div class="">