source: OpenWorkouts-current/ow/static/site.webmanifest @ 5cf7630

currentfeature/docs
Last change on this file since 5cf7630 was be886df, checked in by Segundo Fdez <segun.2@…>, 5 years ago

Added favicon for openworkouts

  • Property mode set to 100644
File size: 426 bytes
Line 
1{
2    "name": "",
3    "short_name": "",
4    "icons": [
5        {
6            "src": "/android-chrome-192x192.png",
7            "sizes": "192x192",
8            "type": "image/png"
9        },
10        {
11            "src": "/android-chrome-384x384.png",
12            "sizes": "384x384",
13            "type": "image/png"
14        }
15    ],
16    "theme_color": "#ffffff",
17    "background_color": "#ffffff",
18    "display": "standalone"
19}
Note: See TracBrowser for help on using the repository browser.