mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-16 16:11:39 +00:00
stub progressive web app...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
35135af462
commit
a868a936af
6
manifest.json
Executable file
6
manifest.json
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"short_name": "pWiki",
|
||||||
|
"name": "Portable Wiki",
|
||||||
|
"display": "standalone",
|
||||||
|
"Theme_color": "white"
|
||||||
|
}
|
||||||
16
pwiki.appcache
Executable file
16
pwiki.appcache
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
CACHE MANIFEST
|
||||||
|
# Timestamp: 20170820133038
|
||||||
|
|
||||||
|
CACHE:
|
||||||
|
lib/*.js
|
||||||
|
ext-lib/*.js
|
||||||
|
*.js
|
||||||
|
css/*.css
|
||||||
|
css/fonts/Open_Sans/*.ttf
|
||||||
|
index.html
|
||||||
|
index2.html
|
||||||
|
manifest.json
|
||||||
|
|
||||||
|
NETWORK:
|
||||||
|
*
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user