wallabag/web/manifest.json

51 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2018-03-18 18:58:34 +00:00
{
2020-12-10 17:47:01 +00:00
"name": "wallabag",
2018-03-18 18:58:34 +00:00
"short_name": "wallabag",
2020-12-10 17:47:01 +00:00
"description": "Save and classify articles. Read them later. Freely.",
"start_url": ".",
2018-03-18 18:58:34 +00:00
"icons": [
{
2020-12-10 17:47:01 +00:00
"src": "img/appicon/apple-touch-icon-57.png",
2018-03-18 18:58:34 +00:00
"type": "image/png",
"sizes": "57x57"
},
{
2020-12-10 17:47:01 +00:00
"src": "img/appicon/apple-touch-icon-72.png",
2018-03-18 18:58:34 +00:00
"type": "image/png",
"sizes": "72x72"
},
{
2020-12-10 17:47:01 +00:00
"src": "img/appicon/apple-touch-icon-76.png",
2018-03-18 18:58:34 +00:00
"type": "image/png",
"sizes": "76x76"
},
{
2020-12-10 17:47:01 +00:00
"src": "img/appicon/apple-touch-icon-114.png",
2018-03-18 18:58:34 +00:00
"type": "image/png",
"sizes": "114x114"
},
{
2020-12-10 17:47:01 +00:00
"src": "img/appicon/apple-touch-icon-120.png",
2018-03-18 18:58:34 +00:00
"type": "image/png",
"sizes": "120x120"
},
{
2020-12-10 17:47:01 +00:00
"src": "img/appicon/apple-touch-icon-144.png",
2018-03-18 18:58:34 +00:00
"type": "image/png",
"sizes": "144x144"
},
{
2020-12-10 17:47:01 +00:00
"src": "img/appicon/apple-touch-icon-152.png",
2018-03-18 18:58:34 +00:00
"type": "image/png",
"sizes": "152x152"
2018-03-20 07:43:46 +00:00
},
{
2020-12-10 17:47:01 +00:00
"src": "img/appicon/apple-touch-icon-512.png",
2018-03-20 07:43:46 +00:00
"type": "image/png",
"sizes": "512x512"
2018-03-18 18:58:34 +00:00
}
],
"display": "standalone",
"background_color": "#FFFFFF"
}