diff --git a/img/pWiki-192px.jpg b/img/pWiki-192px.jpg new file mode 100755 index 0000000..f776b82 Binary files /dev/null and b/img/pWiki-192px.jpg differ diff --git a/img/pWiki-48px.jpg b/img/pWiki-48px.jpg new file mode 100755 index 0000000..0efcf09 Binary files /dev/null and b/img/pWiki-48px.jpg differ diff --git a/img/pWiki-96px.jpg b/img/pWiki-96px.jpg new file mode 100755 index 0000000..75accf5 Binary files /dev/null and b/img/pWiki-96px.jpg differ diff --git a/manifest.json b/manifest.json index 3f29af7..e65b277 100755 --- a/manifest.json +++ b/manifest.json @@ -3,5 +3,22 @@ "name": "pWiki", "display": "standalone", "orientation": "portrait", - "theme_color": "white" + "theme_color": "white", + "icons": [ + { + "src": "img/pWiki-48px.jpg", + "type": "image/jpeg", + "sizes": "48x48" + }, + { + "src": "img/pWiki-96px.jpg", + "type": "image/jpeg", + "sizes": "96x96" + }, + { + "src": "img/pWiki-192px.jpg", + "type": "image/jpeg", + "sizes": "192x192" + } + ] } diff --git a/pwiki.appcache b/pwiki.appcache index c789ad3..2631345 100755 --- a/pwiki.appcache +++ b/pwiki.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# Timestamp: 20170825133100 +# Timestamp: 20180419130137 CACHE: ext-lib/FileSaver.js @@ -34,6 +34,10 @@ css/fonts/Open_Sans/OpenSans-Regular.ttf css/fonts/Open_Sans/OpenSans-Semibold.ttf css/fonts/Open_Sans/OpenSans-SemiboldItalic.ttf +img/pWiki-192px.jpg +img/pWiki-96px.jpg +img/pWiki-48px.jpg + index.html index2.html manifest.json