mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 01:50: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",
|
"name": "pWiki",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"orientation": "portrait",
|
"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
|
CACHE MANIFEST
|
||||||
# Timestamp: 20170825133100
|
# Timestamp: 20180419130137
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
ext-lib/FileSaver.js
|
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-Semibold.ttf
|
||||||
css/fonts/Open_Sans/OpenSans-SemiboldItalic.ttf
|
css/fonts/Open_Sans/OpenSans-SemiboldItalic.ttf
|
||||||
|
|
||||||
|
img/pWiki-192px.jpg
|
||||||
|
img/pWiki-96px.jpg
|
||||||
|
img/pWiki-48px.jpg
|
||||||
|
|
||||||
index.html
|
index.html
|
||||||
index2.html
|
index2.html
|
||||||
manifest.json
|
manifest.json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user