Aaron Parecki
6 years ago
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
2 changed files with
35 additions and
1 deletions
-
public/js/manifest.json
-
views/layout.php
|
|
@ -0,0 +1,32 @@ |
|
|
|
{ |
|
|
|
"name": "Quill", |
|
|
|
"short_name": "Quill", |
|
|
|
"description": "Quill is a simple app for posting to your website", |
|
|
|
"icons": [ |
|
|
|
{ |
|
|
|
"src": "/images/quill-icon-57.png", |
|
|
|
"sizes": "57x57", |
|
|
|
"type": "image/png" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"src": "/images/quill-icon-72.png", |
|
|
|
"sizes": "72x72", |
|
|
|
"type": "image/png" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"src": "/images/quill-icon-114.png", |
|
|
|
"sizes": "114x114", |
|
|
|
"type": "image/png" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"src": "/images/quill-icon-144.png", |
|
|
|
"sizes": "144x144", |
|
|
|
"type": "image/png" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"src": "/images/quill-icon-196.png", |
|
|
|
"sizes": "196x196", |
|
|
|
"type": "image/png" |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
@ -7,7 +7,6 @@ |
|
|
|
<link rel="pingback" href="https://webmention.io/aaronpk/xmlrpc" /> |
|
|
|
<link rel="webmention" href="https://webmention.io/aaronpk/webmention" /> |
|
|
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" /> |
|
|
|
<!-- standard viewport tag to set the viewport to the device's width |
|
|
|
, Android 2.3 devices need this so 100% width works properly and |
|
|
|
doesn't allow children to blow up the viewport width--> |
|
|
@ -33,6 +32,7 @@ |
|
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/images/quill-icon-72.png"> |
|
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/images/quill-icon-114.png"> |
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/images/quill-icon-144.png"> |
|
|
|
<link rel="apple-touch-icon" sizes="196x196" href="/images/quill-icon-196.png"> |
|
|
|
|
|
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon"> |
|
|
|
<link rel="icon" sizes="196x196" href="/images/quill-icon-196.png"> |
|
|
@ -41,6 +41,8 @@ |
|
|
|
<meta name="mobile-web-app-capable" content="yes"> |
|
|
|
<meta name="theme-color" content="#428bca"> |
|
|
|
|
|
|
|
<link rel="manifest" href="/js/manifest.json"> |
|
|
|
|
|
|
|
<script src="/js/script.js"></script> |
|
|
|
<script src="/js/date.js"></script> |
|
|
|
<script src="/js/cassis.js"></script> |
|
|
|