0.0.2 FR 1
BIN
public/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
public/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
public/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 661 B |
BIN
public/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 940 B |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
20
public/manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"short_name": "Reader",
|
||||
"name": "Web Reader",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "http://127.0.0.1:8000",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||