]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/examples/pwa/web/manifest.json
Add Progressive Web App examples and docs
[working/Evergreen.git] / Open-ILS / examples / pwa / web / manifest.json
1
2   "short_name": "Shiny Cap'n",
3   "name": "Shiny Cap'n",
4   "description": "A shiny Evergreen progressive web app (PWA)",
5   "background_color": "#007a54",
6   "theme_color": "#007a54",
7   "icons": [
8     {
9       "src": "/images/icon48.png",
10       "type": "image/png",
11       "sizes": "48x48"
12     },
13     {
14       "src": "/images/icon96.png",
15       "type": "image/png",
16       "sizes": "96x96"
17     },
18     {
19       "src": "/images/icon192.png",
20       "type": "image/png",
21       "sizes": "192x192"
22     }
23   ],
24   "start_url": "/eg/opac/home",
25   "display": "standalone",
26   "orientation": "portrait"
27 }