mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-28 09:30:07 +00:00
added icons...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ae5736b075
commit
da485e6c34
BIN
img/pWiki-192px.jpg
Executable file
BIN
img/pWiki-192px.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
img/pWiki-48px.jpg
Executable file
BIN
img/pWiki-48px.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
img/pWiki-96px.jpg
Executable file
BIN
img/pWiki-96px.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user