1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00

Merge remote-tracking branch 'origin/master' into 2.4

# Conflicts:
#	web/wallassets/baggy.js
#	web/wallassets/manifest.json
#	web/wallassets/material.css
#	web/wallassets/material.js
This commit is contained in:
Jeremy Benoist 2018-11-25 09:58:18 +01:00
commit b878be4cc9
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
40 changed files with 802 additions and 136 deletions

48
web/manifest.json Normal file
View file

@ -0,0 +1,48 @@
{
"short_name": "wallabag",
"name": "Save and classify articles. Read them later. Freely.",
"icons": [
{
"src": "wallassets/themes/_global/img/appicon/apple-touch-icon-57.png",
"type": "image/png",
"sizes": "57x57"
},
{
"src": "wallassets/themes/_global/img/appicon/apple-touch-icon-72.png",
"type": "image/png",
"sizes": "72x72"
},
{
"src": "wallassets/themes/_global/img/appicon/apple-touch-icon-76.png",
"type": "image/png",
"sizes": "76x76"
},
{
"src": "wallassets/themes/_global/img/appicon/apple-touch-icon-114.png",
"type": "image/png",
"sizes": "114x114"
},
{
"src": "wallassets/themes/_global/img/appicon/apple-touch-icon-120.png",
"type": "image/png",
"sizes": "120x120"
},
{
"src": "wallassets/themes/_global/img/appicon/apple-touch-icon-144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "wallassets/themes/_global/img/appicon/apple-touch-icon-152.png",
"type": "image/png",
"sizes": "152x152"
},
{
"src": "wallassets/themes/_global/img/appicon/apple-touch-icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"display": "standalone",
"background_color": "#FFFFFF"
}

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB