lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

manifest.json (421B)


      1 {
      2   "short_name": "Lecture Notes",
      3   "name": "Lecture Notes",
      4   "icons": [
      5     {
      6       "src": "/images/icons-192.png",
      7       "type": "image/png",
      8       "sizes": "192x192"
      9     },
     10     {
     11       "src": "/images/icons-512.png",
     12       "type": "image/png",
     13       "sizes": "512x512"
     14     }
     15   ],
     16   "start_url": "/",
     17   "scope": "/",
     18   "background_color": "#3367D6",
     19   "display": "standalone",
     20   "prefer_related_applications": true
     21 }