2021-07-18

This commit is contained in:
GitHub Action 2021-07-18 22:08:57 +00:00
parent dd937c3c61
commit 97100280b3
8 changed files with 137 additions and 723 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

BIN
docs/static/img/icons/default-alpha.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

BIN
docs/static/img/icons/default.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

32
docs/static/manifest.json vendored Normal file
View File

@ -0,0 +1,32 @@
{
"name": "RSSPaper",
"short_name": "RSSPaper",
"theme_color": "#ffffff",
"icons": [
{
"src": "./static/img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./static/img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "./static/img/icons/android-chrome-maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./static/img/icons/android-chrome-maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff"
}