]> git.immae.eu Git - github/wallabag/wallabag.git/blame - web/manifest.json
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / web / manifest.json
CommitLineData
35ce4d5e 1{
2 "short_name": "wallabag",
3 "name": "Save and classify articles. Read them later. Freely.",
4 "icons": [
5 {
6 "src": "wallassets/themes/_global/img/appicon/apple-touch-icon-57.png",
7 "type": "image/png",
8 "sizes": "57x57"
9 },
10 {
11 "src": "wallassets/themes/_global/img/appicon/apple-touch-icon-72.png",
12 "type": "image/png",
13 "sizes": "72x72"
14 },
15 {
16 "src": "wallassets/themes/_global/img/appicon/apple-touch-icon-76.png",
17 "type": "image/png",
18 "sizes": "76x76"
19 },
20 {
21 "src": "wallassets/themes/_global/img/appicon/apple-touch-icon-114.png",
22 "type": "image/png",
23 "sizes": "114x114"
24 },
25 {
26 "src": "wallassets/themes/_global/img/appicon/apple-touch-icon-120.png",
27 "type": "image/png",
28 "sizes": "120x120"
29 },
30 {
31 "src": "wallassets/themes/_global/img/appicon/apple-touch-icon-144.png",
32 "type": "image/png",
33 "sizes": "144x144"
34 },
35 {
36 "src": "wallassets/themes/_global/img/appicon/apple-touch-icon-152.png",
37 "type": "image/png",
38 "sizes": "152x152"
ed148f66 39 },
40 {
41 "src": "wallassets/themes/_global/img/appicon/apple-touch-icon-512.png",
42 "type": "image/png",
43 "sizes": "512x512"
35ce4d5e 44 }
45 ],
46 "display": "standalone",
47 "background_color": "#FFFFFF"
48}