mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "wallabag",
|
|
"short_name": "wallabag",
|
|
"description": "Save and classify articles. Read them later. Freely.",
|
|
"start_url": ".",
|
|
"icons": [
|
|
{
|
|
"src": "img/appicon/apple-touch-icon-57.png",
|
|
"type": "image/png",
|
|
"sizes": "57x57"
|
|
},
|
|
{
|
|
"src": "img/appicon/apple-touch-icon-72.png",
|
|
"type": "image/png",
|
|
"sizes": "72x72"
|
|
},
|
|
{
|
|
"src": "img/appicon/apple-touch-icon-76.png",
|
|
"type": "image/png",
|
|
"sizes": "76x76"
|
|
},
|
|
{
|
|
"src": "img/appicon/apple-touch-icon-114.png",
|
|
"type": "image/png",
|
|
"sizes": "114x114"
|
|
},
|
|
{
|
|
"src": "img/appicon/apple-touch-icon-120.png",
|
|
"type": "image/png",
|
|
"sizes": "120x120"
|
|
},
|
|
{
|
|
"src": "img/appicon/apple-touch-icon-144.png",
|
|
"type": "image/png",
|
|
"sizes": "144x144"
|
|
},
|
|
{
|
|
"src": "img/appicon/apple-touch-icon-152.png",
|
|
"type": "image/png",
|
|
"sizes": "152x152"
|
|
},
|
|
{
|
|
"src": "img/appicon/apple-touch-icon-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"display": "standalone",
|
|
"background_color": "#FFFFFF"
|
|
}
|