X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=web%2Fmanifest.json;fp=web%2Fmanifest.json;h=72638eef46f30ec94658ba2fc6723f314404b7bb;hb=b878be4cc99fd4927c70b59386cf7a57b33bb381;hp=0000000000000000000000000000000000000000;hpb=e673b54f702f274a087e4feff409663d9636e57b;p=github%2Fwallabag%2Fwallabag.git diff --git a/web/manifest.json b/web/manifest.json new file mode 100644 index 00000000..72638eef --- /dev/null +++ b/web/manifest.json @@ -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" +}